how to stop a form submitting when you press enter php how to stop a form submitting when you press enter php
You've created a lovely form but whenever someone presses enter your form submits when you don't want it to you just want it to move to the next field or even stay on that field.
I searched for an answer to this on line but didn't come up with one. All php checks ie isset form submit or submit =1 etc etc all never worked until i added another submit button.
Then it became simple case of if ($_POST['submit']=='SUBMIT') {
Your code goes here
}
If you only want one button then you need to hide the other button. Alas using visibility doesn't work as this ignores that there is another button there and creates the same problem.
So i created a button that had the same background and border color as my page background. and width=1 this will make a small button that won't be seen and solves the problem of hitting the enter button.
Trending right now
The Hidden Question That Tricks Your Brain Into Attracting Massive Wealth Effortlessly The Hidden Question That Tricks Your Brain Into Attracting Massive Wealth Effortlessly What have we learnt about humanity since covid appeared. The Hidden Truth That Ends All Loneliness Forever Html apostrophe single quote quote mark Stop paying council tax and remove yourself from their database The secret to getting your kids dressed in 5 minutes or less in the morning What is the difference between Jam and peanut butter Joke on how i met your mother Digital Detox night out in Woking How I paid my HMRC tax bill with a promissory note Does eating eggs increase your risk of diabetes How to unmark posting as spam on facebook How to unblock a plug hole in your bath What different Text Ads Types are available for Google ADWORDS How I stopped my craving for chocolate Encouraging Messages from God How to create a date array in php which come up with todays date selected Some things I am selling please have a look How to cure an ear infection without antibiotics How to teach your child to swim easy lessons anyone can do Quantum Command Phrases and Reality Restructuring Climate change is it real or made up. Send the Single Letter template to anyone demanding money from you How to send a postal cheque to lloyds bank plc Buyer marked payment as sent when it has not been how do i remove this How to tie a tie Foods to avoid during H pylori infection Easy and simple way to cut foam using something you already have in the house Google ads for electricians in the UK Enable the hidden admin on windows 10 How to stop people stealing your downloads when using paypal How to relieve cure a sore throat How do i edit a facebook album name in a group How to get more customers
|