phone number space

  • jadetattoo
    Asked on August 5, 2018 at 1:20 AM

    how can I change the phone number space to fit a mobile number in it thanks


  • arda
    Replied on August 5, 2018 at 3:43 AM

    Hi there,

    I checked your form and you can do that to way. One of that, you should adding the below css code. If you don't know how to add css then you can benefit from this guide https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes.

    You must add this section. If you want, you can the width value.

    input#input_68_phone {
      width:120px;
    }

    Actually another way isn't a solution, it's a different method to take phone number from users. Maybe it goes a lot nicer than the classic phone fields. Please, firstly add the "Short Text Entry" fields in form elements to your Form. After that open the this fields properties then select Option tab at the top of page. You will see the Input mask at bottom. You should add that area (###) ### ##-##   this. Then the user answer must be as from the image.

    1533454674Ekran Resmi 2018 08 05 10 Screenshot 10

    Input mask is limit user with your rule. You can find more info in this guide: https://www.jotform.com/help/381-Getting-Started-with-the-Basics-of-Input-Masking

    If you have more question, please reach us again.

    Best Regards.