cancel
Showing results for 
Search instead for 
Did you mean: 

Accept Hosted Form Redirects me when I press the Enter Key

So my Accept Hosted Form is working. I can enter card information and click the Pay button which will show me a reciept and then redirects me to my page on Continue.

 

The issue I have is that whenever I am on a text box ( like when typing a credit card information) and click on enter key, it redirects me to my page. Its like the cancel button is catching my keypress event and redirecting me to my url. Do you have any idea what's causing this?

 

Thank you for you time.

Baibhav
Member
1 REPLY 1

Hi @Baibhav,

 

Generally in web forms, enter/return is the key that causes the submit action. If you want to move between fields, you'll want to use the tab key.

Aaron
All Star