Forum

Thread tagged as: Problem, Addons, Forms

form input type file label not showing in 'All responses'

I have a form with an input file type.

The form works fine, the file uploads to the server without issue.

Problem is I'm unable to output the file name in the 'Forms > All Responses' using the label attribute on the input. All the other inputs are displaying OK, just not the one for the file input.

I'd like the client to be able to at least see the filename of the file that was uploaded and associated to the form response.

Is this not possible or am I missing something?

Template entry for the file item:

<div class="form-group">
<perch:label for="attachment" class="inline align-top">Attach Files</perch:label>
<perch:input type="file" class="form-control" label="Uploaded" id="attachment" accept="pdf png jpg" />
</div>
Graham Shedden

Graham Shedden 0 points

  • 4 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

When you click through to an individual response, is the file there?

Thanks Drew ha ha, can you believe I didn't actually realise you could click on the individual response date to 'open' the response (what a donkey I am).

Yes the file is there.