Jump to content

Prevent enter to submit form


crazyglue71

Recommended Posts

Hi

 

I have a form with about 10 fields now when the user presses enter it submits the form leaving allot of blanks

is there a way to make the enter button preform the same function as the "tab"key?

<input type="hidden" name="action" value="{$sANEventAction}" />

        {$sEditedIdElement}

        <input  type="submit" class="form_submit" name="{$sPostAction}" value="{$sPostEventC}"

          style="vertical-align: middle;margin-top:10px;" />

 

 

thanks

 

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/167321-prevent-enter-to-submit-form/
Share on other sites

I must warn you though that by disallowing the use of the enter key will decrease the usability of your website as most people are used to tab between fields and use arrow keys to select if multiple selective options are available and use the enter key all without touching the mouse. I would find it annoying to find out that I need to use my mouse and that when pressing enter nothing appears to happen as this is accepted as "normal" behavior.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.