Moving focus to the submit button at the end of an input form
Hi,
I am a beginner and have a question. I am building an input form that ends with a submit button. Now i can through all the input fields, but when i try to move focus from the last input field to the submit button i get an error message telling me that this only applies to input forms...
How can i move focus to the submit button?
Hi Pascal,
Focusing events are only thought to be used with Input fields.
To activate a button, you can, for example, create a 'on click' event.
Best,
Lidia
Hi Pascal,
Focusing events are only thought to be used with Input fields.
To activate a button, you can, for example, create a 'on click' event.
Best,
Lidia
Hi Linda,
Thanks for your reply.
I do not think i understand you. If i click on a submit button i would expect that it submits the data in the input form. If i on the last input field i expect the focus to shift to the submit button.
It sounds like that this basic interaction is not available?!
Hi Linda,
Thanks for your reply.
I do not think i understand you. If i click on a submit button i would expect that it submits the data in the input form. If i on the last input field i expect the focus to shift to the submit button.
It sounds like that this basic interaction is not available?!
Oeps it is Lidia... Sorry ;-)
Oeps it is Lidia... Sorry ;-)
This example might be helpful: http://www.justinmind.com/support/mul...
This is how a basic submit button should work. In order to submit the data, you should create a 'Set value' event that will store the input data to a variable, another field, etc.
This example might be helpful: http://www.justinmind.com/support/mul...
This is how a basic submit button should work. In order to submit the data, you should create a 'Set value' event that will store the input data to a variable, another field, etc.
Replies have been locked on this page!