You are viewing limited content. For full access, please sign in.

Question

Question

Forms submitted without required field values

asked on March 22, 2017

I have a form with required fields and I am getting submissions where the required fields are not always filled.  I have seen some posts where the browser disabling javascript and/or old browsers can cause this, but I have not seen a concrete answer to resolve this problem.  From a quick google search, it looks like a <noscript> tag should work for me, but I am not sure where to place this.  Also as a side note - I have a stored procedure being run when 'Submit' is clicked and there are some instances where this SP is not running.  

Any help is much appreciated!

-Nate

0 0

Replies

replied on March 23, 2017

This usually occurs if you have field rules, or similar, that will hide the fields. For Forms, hidden fields cannot be required and so it will take off that requirement.

0 0
replied on March 24, 2017

Forms 10.2 has added support for backend validation, you can enable the backend validation level to do  the validation after submit the form so it can always guarantee that required fields must be field.

 

For the stored procedure not run issue, did you trigger the stored procedure from JavaScript? Can you figure out in which case the SP does not run?

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.