Is it possible to disable enter button to submit the form?

  • ICFforms
    Asked on April 14, 2017 at 10:58 AM

    While completing the initial tests of this form, we found that if you hit the enter key on a keyboard while completing the form, it automatically submits.  Is there a way to prevent this from happening?  

  • Nik_C
    Replied on April 14, 2017 at 11:27 AM

    Unfortunately, it is not possible unless you download the whole source code of the form and do that through code. You can make some fields required so your users can not submit the form without filling them. Also, you can insert Preview before submitting widget so your users can check what they inputted before they actually submit.

    If you have any further questions please let us know.

    Thank you!

  • ICFforms
    Replied on April 14, 2017 at 2:08 PM

    Hello,

    Thank you for that tip!  I will put the preview before submitting widget in place to help with this.