Is there a way to control the width of the field to be same ?

  • mysizeclothes
    Asked on February 6, 2016 at 5:04 PM

    One more issue is the width of the form field is based on the length of the label.

    Like , "Bust" has small form field but "Shoulder to Waist" has longer even though the mask and length of the data field is same . Is there a way to control the width of the field to be same ?

    Is there a way to control the width of the field to be same ? Image 1 Screenshot 20

  • David JotForm Support Manager
    Replied on February 6, 2016 at 5:05 PM

    Yes there is, simply go to the edit mode of your form, select the field and increase it's size:

    Is there a way to control the width of the field to be same ? Image 1 Screenshot 20

     

    Let us know if you need more help, we will be glad to assist you.

  • mysizeclothes
    Replied on February 6, 2016 at 5:12 PM

    Thanks. that is one way ! I am looking more to the size of Bust for all.

    I have a mask of ##-#/# so I dont need the longer version.

    is there a way I can bring all to the size of the Chest or Bust?

    -thx

  • David JotForm Support Manager
    Replied on February 6, 2016 at 6:59 PM

    Yes, please inject the following custom CSS code: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    #input_49,

    #input_50,

    #input_51,

    #input_52,

    #input_53,

    #input_55,

    #input_54,

    #input_56,

    #input_57,

    #input_58,

    #input_59,

    #input_60,

    #input_61,

    #input_64,

    #input_63,

    #input_62,

    #input_65,

    #input_66,

    #input_67,

    #input_68{

        width: 77px !important;

    }

    Let us know if you need more help, we will be glad to assist you.

  • mysizeclothes
    Replied on February 6, 2016 at 7:36 PM

    thanks . it worked.