Some styling assistance to the rescue?! :)

  • jurullc
    Asked on June 23, 2017 at 11:08 AM

    I have used JotForm for the donation form on a site, but the contact us forms are using another plugin. I would like to know if you could assist me in styling the JotForm fields to look like the Contact Us fields.

    Here is the contact form, http://test.growingupknowing.com/blog/contact/ 

     

  • liyam
    Replied on June 23, 2017 at 12:56 PM

    Hello,

    I'm not sure if I will have to remove some labels and sub labels so I left it for now. Please try adding this CSS code in your CSS injection:

    input{
     border: 1px solid #d1cdcd!important;
     line-height: 2 !important;
     font-size: 13pt !important;
     border-radius: 0;
    }

    #input_13 {
     width: 550px;
    }

    #input_2 {
     width: 100%;
     margin-left: 0;
     padding-left: 0;
    }

    You will notice that the submit button also expanded. If you wish to remove the width of the submit button, just remove the CSS code for #input_2. But if you like it and remove the space on the left of the submit button, just open the submit button's properties and set it to center

    Some styling assistance to the rescue?! :) Image 1 Screenshot 20

    Please let us know if you have more parts of your form that needs to be modified.

    Thanks.