cancel
Showing results for 
Search instead for 
Did you mean: 

How submit a form by pressing keyboard enter key?

Former Member
0 Kudos

My VC flex forms need a button with a submit event to be pressed for the form to be submitted. I can see that each field is highlighted when it's in focus, and that the focus needs to be shifted specifically to the submit button for the enter key to trigger the submit event.

Is there a way to get the enter key to always submit the form?

Henning

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

In the last field before submit button, give the system action "Submit Form".

So you fill up all input fields, use tab to move to next field and in the last field, when you press enter, the system action "Submit form" is called.

Hope it helps.

Regards,

Sooraj

Answers (0)