How to remove the Last Name textbox in the Name field?

  • Mvoshell
    Asked on August 18, 2019 at 11:21 PM

    In the full name category can I delete one of the sublabels so I can create the category as

    Name:

    First & Last Name

    Therefore only filling one box instead of two?


  • AndrewHag
    Replied on August 19, 2019 at 3:03 AM

    If I understood your requirement correctly, do you wish to hide the second textbox of the name field?

    If yes, please add the CSS code below:

    #last_3{

      display: none;

    }

    1566198162The Easiest Online Form Builde Screenshot 10

  • Mvoshell
    Replied on August 20, 2019 at 12:50 PM

     Thanks, yes my goal is to delete the second text box. I have added the CSS code, however nothing has changed in my form.  I have saved it.  What am I missing?

  • Kiran Support Team Lead
    Replied on August 20, 2019 at 2:13 PM

    As I check your JotForm, there are no fields added to it and the form is disabled. Please try adding the field to the form and enable the form so that we can check and assist you further. 

    Thanks!

  • Mvoshell
    Replied on August 20, 2019 at 5:37 PM

    Great, my form exists, it is labeled "Test"

  • Girish JotForm Support
    Replied on August 20, 2019 at 6:58 PM

    Here, please insert the CSS code below:

    #last_3 { 

        display: none !important; 

    #sublabel_last { 

        display: none !important; 

    Related Guide: How-to-Inject-Custom-CSS-Codes 

    15663418892108 1 Screenshot 10