The Form does not looks same in the preview mode

  • airscool
    Asked on August 14, 2020 at 6:15 AM

    Any reason why my input boxes for name and email address are so compact, even though the input width is set to 600px in the Advanced Builder?

    The Advanced Builder preview shows the form correct. The Basic Builder does not. The demo website shows the latter too. See link.

    I have tried adding as both a script and an iframe with no change to the view.


    Thanks

  • roneet
    Replied on August 14, 2020 at 8:48 AM

    Please allow me some time to take a look at it.

    Thanks.

  • roneet
    Replied on August 14, 2020 at 8:59 AM

    I have injected this CSS in your form:

    #first_3 {
    width: 280px !important;
    }
    #last_3 {
    width: 280px !important;
    }
    #input_6 {
    width: 180px !important;
    }

    Guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Please let us know if you have further questions.

    Thanks