Hi,
I have a relatively long form with a lot of required fields, most of them being file uploads (23 upload fields). All the file upload fields are required. For some reason however the last three file upload fields aren't picking up the files I've chosen to be uploaded. I get the following error:
"There was a problem with your submission. Errors have been highlighted below.
..
..
..
This field is required."
The form is all on one page. There is some conditional logic involved if that makes a difference. I did a very bare bones test form with nothing but file upload fields (required) and I had no problems whatsoever so there's obviously something that I'm doing wrong here.
Any ideas what could be the problem? The form is used internally so I can't point to any url. I guess that can be sorted if needed though.
Thanks!