Calc Field with Ajax and Enter Key

urbanasur

New Member
Hi.
I'm using a calc field and set "Ajax Calculation" param to yes. This calc field is associated with a text field. When I change the value of the text field and press Tab or mouse click, the calc field calculates value ok.
How can I get the same result when I press Enter key? Because Enter is asociated whith the form submission.
I need Click Event = Tab Event = Enter Event.
Thanks.
 
Hi Troester.
In the "Buttons" settings I have "Submit on enter" = No, but when I press Enter key in the text field of form, not submit, but nothing happens, and I need the calc filed do the same that Tab key and Click. Can I do it?
Thanks.
 
Hi
I don't think that we have any option to set the enter key to behave as the tab key. You would have to write some custom javascript to observer the keydown in the field, check it its the enter key and then set the focus() of the next field in the form.
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top