• Resolved ebeliejinfren

    (@ebeliejinfren)


    hi
    how can change order of text fields when user use tab key for going to next text field ?
    example : i have 3 text field, name,family,address
    when user fill up name field then press tab key ,its go address field but i want go family field and from there goes address field

    thanks

Viewing 1 replies (of 1 total)
  • Plugin Support Curtis

    (@curtisbrownlee)

    Hi,

    I don’t have an example of your form, but in Ninja Forms, when you press tab, the form looks for the next item in the same cell (moving down), and when there are no other items in the cell, it moves to the next column.

    Your form was probably setup like:
    Name | Family
    Address |

    with Name and Address being in the same cell.
    https://www.dropbox.com/s/08da9eno20oa7al/2018-05-23_13-05-21.png?dl=0

    If you break those up like:
    First Name | Last Name

    Email | Phone

    when you press tab inside First Name, the form won’t find anything else in the same cell, so it will move to the next column.
    https://www.dropbox.com/s/hmmgzwrp60nlw63/2018-05-23_13-23-24.png?dl=0

    I hope that this helps to guide you in the right direction.

    Because we only check these forums once per week, we strongly encourage you to reach out to us here with any followup questions in order to get a timely response: https://ninjaforms.com/contact/ There, we offer support free support directly to our Ninja Forms users with significantly more privacy and a faster response time.

Viewing 1 replies (of 1 total)
  • The topic ‘tab key usage for cross text filed’ is closed to new replies.