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
Keep flies off your food this summer Enable the hidden admin on windows 10 How to save searches in ebay Twitter friends diet tips How to flip rotate an image using css How to get more customers Encouraging Messages from God Beat the bailiffs We will write to any debt collectors and get them to stop harassing you no matter who they represent How to open a jar easily without strain How to make text wrap in html table How to sell your stuff online and for free Read Yourself Slim Ebook Drop down list of towns and cities in England What to say when someone asks where is your mask How to stop text enhance pop ups showing on webpages. Remove a tomato stain from clothes easily Contrails or chemtrails How to potty train a child in 3 days How to return only part of a feild from database using php substr but to take into account spaces Why Speedy Lead Calls Skyrocket Your Success How to stop people stealing your downloads when using paypal If Your Friends Jumped Off a Bridge Would You You own nothing How to identify hot selling products on Ebay Why Ditching the News Could Transform Your Mental Health How to make first letter only captial using php. Forty five great places to leave your advertising material that will actually get read Learn Spanish as it is spoken quickly and easily. How to stop a form submitting when you press enter php How to cure an ear infection without antibiotics How to cure earache quickly and easily I will bid on your ebay items to increase the price Back magic instructions Heal arthritis with this super simple method. You probably have some of this in your cupboard Am I an antivaxer Why Creating Value Beats Chasing Money Every Time Where would a two year old hide a passport..
|