Issue with form submission on click of "Enter" through keyboard
Hi Team,
I have some specific validation before posting data to our database. I am using unbind/bind “click tap touchstart” to call a function for specific validation. The problem is, when user clicks “Enter” through keyboard, it doesn’t call the function. Can you please help me here to handle Enter keyword.
Wondering if you had some moment to check my link.
Thanks,
Brijesh Singh
Sorry it took me a few days to get back to this,
There are a couple errors I see in the console on your page, I recommend correcting those if you can.
But specifically regarding the script for custom validation, could you make sure it is placed in the “Before Body End Tag” position? I’m wondering if you currently have the script placed in the “After Body Tag” position, and we don’t want it in there 🙂