Adobe Required Fields - Submit Button
Copy link to clipboard
Copied
Just finised with document that requires fields, when "submit" I am getting the error: 1 or more of the fields... We have carefully looked over and over and all required fields are filled in. How can I find that missing box?
Copy link to clipboard
Copied
Some things to consider:
- This will validate all (required) fields, even if they are hidden or set as read-only.
- What this validates is not that the field is empty, but that its value is not the same as the default value.
So, for example, if you have a drop-down field that has an option selected which isn't the default value, that would fail the validation test.
- Search the forum for "validateRequiredFields". It's a function I wrote that does the same thing, but lists the names of all the fields that failed the validation at the end. You can use it instead of the Submit Form command, or just to check which fields are causing this issue.

