Phone number mask field cut short

  • PoughkeepsieFarmProject
    Asked on April 6, 2018 at 2:18 PM

    Hi there,

    In this form: https://form.jotform.com/51937436533965

    The phone number fields are cut short, so you cannot see all the digits in the phone number. How can I change it so that all of the phone number is visible?

  • Mike
    Replied on April 6, 2018 at 3:00 PM

    Please try adding the next CSS to set a minimal width for the phone number fields: 

    .mask-phone-number {
    min-width: 110px;
    }

    Phone number mask field cut short Image 1 Screenshot 20

    If you need any further assistance, please let us know.