Posts by gv152

    Hi:


    I have created a form with the form app that allows users to upload 2 files (a cover letter and a resume). I have created an html template for the auto responder when that form gets filled out. If I use the plain text email, the names of the uploaded files show up. I cannot, however, get my HTML template to access this information.


    The requisite portion of the upload form is:

    And I am attempting to access the file names in the email body


    Code
    1. Documents: <perch:email id="cover_letter"> <perch:email id="resume"> <br>

    I am guessing that the files cannot be accessed in this way as the resultant email just outputs the word "Documents:"...


    I have no idea how to get this information into my template. Any insight would be most helpful.


    Thank you,

    Gerry