Not able to centre align submit button.

  • Topcrop
    Asked on November 22, 2016 at 9:17 PM

    Hi All, 

    I've created a jot form and most of the fields are working fine. However, i'm facing trouble with the submit form.

    1. I am trying to align the submit button so that it appears equidistant from the left and right margin of the form. However, all the setting I try make it appear left of the center. 

    2. I want to setup a condition on the submit form based on the reply to one of my form question (Payment mode question). If the answer to the question is option 1, I want the "Thank you" page to be shown. If the answer to the question is option 2, i want the user to be redirected to an external URL. I've played around with the conditional logic and the Thank you page but I cant seem to make this work. Infact, when i click on the submit button in preview, no action happens. 

     

    Please help me so that i can quickly resolve this. 

     

    Thanks,

    JR

  • Ashwin JotForm Support
    Replied on November 23, 2016 at 3:27 AM

    Hello JR,

    If I understand your requirement correctly, you want to centre align your submit button. Is that correct?

    I have fixed this issue in form by injecting the following custom css code in your form:

    .form-buttons-wrapper {

        text-align: center !important;

    }

    Please check the screenshot below:

    Not able to centre align submit button Screenshot 20

     

    Do get back to us if you meant to ask something else.

    Thank you!