Copy link to clipboard
Copied
Is there any way that I can prevent Dreamweaver CF submission forms from being prematurely submitted by the user when he/she clicks on the "Enter" key before they have completed the form? I need the users to finish form and click on the "Submit" key. I have the "Submit" key action configured as "submit form"
You can use javascript to validate the form without page reload but users that have js disabled will still be able to send the form. In which case use server side form validation. Google search for terms metioned will lead you to solutions.
Copy link to clipboard
Copied
You can use javascript to validate the form without page reload but users that have js disabled will still be able to send the form. In which case use server side form validation. Google search for terms metioned will lead you to solutions.
Copy link to clipboard
Copied
Thank you!
Found a solution through Google.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now