PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Turn off form submission

  1. I have a conditional logic set to hide the submit button but when a user presses the enter key the form still submits. How can I completely disable the form submission? I just need the form to display data based on a users input.

    Posted 10 years ago on Friday May 17, 2013 | Permalink
  2. David Peralty

    Maybe a small script like this will do what you want - http://stackoverflow.com/questions/1563062/prevent-form-submission-with-enter-key

    Posted 10 years ago on Friday May 17, 2013 | Permalink