I want to change some sizing on my Name and Email inputs

  • dominiqueforand
    Asked on January 21, 2018 at 11:01 PM

    Hi, so I used the advanced editor and I screwed up the sizing of the the height of the information fields. The long entry text items are good to be that height, however the Name and Email at the end of my survey are WAY too large! Please help!! Need to send this out like YESTERDAY 

    Jotform Thread 1356748 Screenshot
  • Adrian
    Replied on January 22, 2018 at 6:49 AM

    I have injected the following CSS into your form:

    #first_19,
    #last_19,
    #input_20 {
        height: 50px !important;
    }

    How to Inject Custom CSS Codes

    Now those fields look like this:

    1516621681The 3 Biggest Challenges of Gr Screenshot 10


    The fields #2 Frustration and #3 Frustration are Short Text Entry elements, I think you want them to be Long Text Entry as well. Changing their height has affected the Name/Email too.


    Let us know if you need further assistance.