Is there a way to combine the area code and phone

  • acctindie
    Asked on December 10, 2019 at 9:25 AM

    Phone number field - is there a way to combine the area code and phone number field into one 10 digit field? On iOS it automatically wants to fill in ones full phone number.

    I tried creative a “numbers” field, limiting it to 10 digits, etc. Jot wouldn’t accept iOS trying to auto populate the phone number even though it “guessed” the form was looking for a phone number.

    I’m pushing the form data to a Google spreadsheet. I believe it includes it as one column.

  • Richie JotForm Support
    Replied on December 10, 2019 at 10:47 AM

    The only work around I could think of is using custom CSS to remove the area code field.

    Sample CSS code:

    #input_4_area{
    display:none;
    }

    Here is my sample form:https://form.jotform.com/193434054742962

    May we know the form you would like to add the custom CSS?