How do I change the "I Agree" format?

  • rbell1
    Asked on October 12, 2017 at 5:00 PM

    Hi

    Can you please help me to change the format of the "I agree" so that it appears as per the screenshot below. (with the check box first and the asterisk last), and aligned to the left.

    Thanks


    Jotform Thread 1272028 Screenshot
  • David JotForm Support
    Replied on October 12, 2017 at 6:36 PM

    Adding the following code to your form should allow for what you are trying to do:

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

    #label_63 {
        text-align : right;
    }

    #id_63 {
        margin-left : -146px;
    }


    #label_63 span.form-required {
        position : absolute;
        margin-left : 100px;
    }

    Adjust the values if the positioning still looks incorrect.

    Here is how the form would look with the code added:

    https://form.jotform.com/72847363852971