Forum
Perch form attach file
Hi,
Is it possible to do something like this:
<perch:label for="file">Add file</perch:label> <perch:input type="file" id="upload" required="false" class="form-control" />
Hi,
Is it possible to do something like this:
<perch:label for="file">Add file</perch:label> <perch:input type="file" id="upload" required="false" class="form-control" />
Hi Simon
I'm not sure what HTML you are trying to get to - what's the requirement?
Hi Rachel,
I want to let the user upload a file through the contact form.
Yes, that should work. What result are you getting?
The forms goes through and I can see the other fields under Forms, but not the file.
In the Form Options, what value have you set for File upload path?