1
0
-1

Hi, I was wondering if there was a way to prevent my form from being submitted before the form completely loads. I find myself sometimes submitting the form too quickly and it causes a security violation like below.

 

If I wait a little bit longer for the form to load completely then this error does not occur.

 

 

Thanks.



    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi John Smith

      Make at least one field in your form to be compulsory/mandatory fill, failing which the form will not submit as it has failed field validation.

       

      1. John Smith

        In the case where all mandatory fields are filled. It will still cause this error if my form, for example hasn't fully loaded an AJAX subform upon submission.

      CommentAdd your comment...