one line phone number

  • jelenagiles
    Asked on July 7, 2016 at 10:14 PM
  • Ashwin JotForm Support
    Replied on July 8, 2016 at 4:06 AM

    Hello jelenagiles,

    I am not sure if I have understood your question correctly. I did check your last edited form and it does display the phone field in one line only. Please check the screenshot below:

    one line phone number Image 1 Screenshot 20

     

    Name field seems to be displaying in two line. Do you want to display the name field in one line?

    Please inject the following custom css code in your form and that should display the name field in one line:

    [data-type="control_fullname"] .form-sub-label-container {

        width: 46%;

    }

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

    Thank you!