Hello,My form doesn't have an actual submit button, so the built-in "required" field function isn't of any use to me unless I can programmatically check them. So if I make 25 fields on page 1 required, I don't want to have a long if/then statement checking if each one has a null value.Is there a wa...