Adjusting Email Field Input Box

  • Caspian101
    Asked on February 12, 2015 at 9:58 AM

    Hi there, I have a form here: http://form.jotform.us/form/50415373510142?

     

    I'd like the email field at the bottom to go across the left hand and middle column as it is currently very short, but I also want to keep my form in the column format. Is this something that it is possible to do please, either with the inbuilt design functionality or via injecting custom CSS?

  • Charlie
    Replied on February 12, 2015 at 1:02 PM

    Hi,

    Yes you can do that using a CSS code. Here's an example that you can use:

    #id_18 {

        width : 300px !important;

    }

    #input_18 {

        min-width : 300px !important;

    }

    But please do make sure the the submit button is positioned correctly by changing it's "Button Alignment" which is found inside the "Designer".

    You could also check this cloned form that I edited: http://form.jotformpro.com/form/50424936827966. You can clone it using this guide: http://www.jotform.com/help/42-How-to-Clone-an-Existing-Form-from-a-URL.

    Do let us know if you need more help on this.

    Thank you.

  • Caspian101
    Replied on February 12, 2015 at 1:13 PM

    Thanks very much, that worked perfectly.

  • Charlie
    Replied on February 12, 2015 at 1:19 PM

    You are very much welcome, I'm glad that it worked.

    If you need any assistance again or have other concerns, please do not hesitate to contact us again here in the forum.

    Thank you.