set focus to field from inside jotform
- cthuaeggghAsked on May 18, 2012 at 11:01 AM
is there a way the set focus to a field from inside jotform maybe?
- JotForm SupportMike_TAnswered on May 18, 2012 at 06:10 PM
Thank you for contacting us.
I am sorry, but there is no way to set the focus to a field within our form builder. We are trying to keep things simple, so that option was not implemented.
However, you can use something like the following code on your site:
< Body OnLoad="javascript:FormName.FieldName.focus();" >
Please feel free to contact us if you need any other assistance.