How to remove first name textbox from the full name field?

  • maegwin
    Asked on October 25, 2016 at 6:59 PM

    There are 3 fields under Order on this form, https://www.jotform.com/?formID=62986976217171, product #, product name and quantity. I'd like to remove the product # box. I've looked everywhere and I can't figure out how to do it.

  • Ashwin JotForm Support
    Replied on October 26, 2016 at 2:05 AM

    Hello maegwin,

    I did check your form and found that you have used "Full Name" field and changed the sub label text to  product #, product name and quantity.

    Please inject the following custom css code to hide the product# textbox from your form:

    input#first_35, input#first_24, input#first_47, input#first_46, input#first_34 {

        display: none;

    }

    #sublabel_first {

        display: none;

    }

    The following guide should help you how to inject custom css code in form:  https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!