|
|
(9 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| <form action="email" id="TfacsSubmission" enctype="multipart/form-data">
| |
| <_email template="SubmissionEmailTemplate"></_email>
| |
|
| |
|
| <label for="firstname">Name {{r|*}}</label>
| |
|
| |
| <input type="text" name="firstname" placeholder="first name" required="required" />
| |
| <input type="text" name="lastname" placeholder="last name" required="required" />
| |
|
| |
|
| |
| <label for="fileupload">Upload file {{r|*}}</label>
| |
| <input type="file" action="upload" target="[firstname]_[lastname]_-_Test.pdf" id="TestFileUpload" name="fileupload" accept="application/pdf" parsecontent />
| |
|
| |
| <input type="submit" value="submit" />
| |
| </form>
| |