How can I remove the area code from the Phone number element?

  • Noorcakesbakes
    Asked on May 7, 2020 at 5:10 AM

    How can I remove the area code from the Phone number element?

  • Richie JotForm Support
    Replied on May 7, 2020 at 6:51 AM

    Depending on your field id's you can use custom CSS to hide the area code.

    How can I remove the area code from the Phone number element? Image 10

    Guide:https://www.jotform.com/help/146-How-to-Find-Field-IDs-and-Names

    Sample CSS:

    #input_18_area{

    display:none;

    }

    .phone-separate{

    display:none;

    }

    #sublabel_18_area{

    display:none;

    }

    How can I remove the area code from the Phone number element? Image 21

    Or you can just use the number field and label it phone number.

    Hope this information helps.

    If you have further questions, let us know.