Forum
Members File Attachment
Hello,
I have a members registration form with a file upload that is connected to the forms app, all is good.
However, I receive the attachment in the forms app which is good but not in the members profile. What do I need to add to members.html for it to show up there?
I am using the same ID's
Currently I have:
<perch:members type="file" id="cv_upload" accept="pdf doc " label="Candidate's CV" divider-before="Candidate's CV" />
It just shows an upload path but not the document.
help appreciated
I think that's probably what you can expect from the integration between the two. Members doesn't have file uploads, and it's storing the value of the field correctly.