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.
11-20-2017 09:25 AM
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.
11-21-2017 08:56 AM