I have an HTML form which sends the results to FormTools. There are two file upload fields with required. If a user fails to attach files in these two fields they receive a warning. However once that required warning has come up and the user attaches the files - they do not upload when the form is submitted.
If the user attaches the files properly the first attempt they do upload properly. The issue occurs only when the two required file fields are missed and the files are attached on a second attempt of completing the form.
If the user attaches the files properly the first attempt they do upload properly. The issue occurs only when the two required file fields are missed and the files are attached on a second attempt of completing the form.
Code:
Government Photo ID:<input type="file" name="gvmtphoto" accept="image/*" required tabindex=83 ><br />
Social Security:<input type="file" name="SS" accept="image/*" required tabindex=84 ><br />
<br />
Comment