How to re-arrange Full Name field like: Last Name, First Name, Middle name

  • gaylorddia
    Asked on July 19, 2014 at 11:17 AM

    Hi. Is it possible to re-arrange the Quick Tool for Full Name having this order: Last Name, First Name, MI?

    Thank you!

    Jotform Thread 405720 Screenshot
  • Jeanette JotForm Support
    Replied on July 19, 2014 at 8:30 PM

    Yes, you can re-arrange that field, please check this example I just made for you

    /*last name*/
    INPUT#first_3.form-textbox
    {
    width:150px!important;
    }

    /*First name*/
    input#middle_3.form-textbox
    {
    width:100px!important;
    }

    /*middle name*/
    INPUT#last_3.form-textbox{
    width:100px!important;
    }

    To rename the sub-labels, just double click on it.

    How to re arrange Full Name field like: Last Name, First Name, Middle name Image 1 Screenshot 20

  • gaylorddia
    Replied on July 19, 2014 at 10:14 PM

    Thank you, Jeannette! I am very grateful! It works...