Can you please make the "I agree" appear as in the screenshot.

  • rbell1
    Asked on November 7, 2017 at 4:23 PM

    Can you please make the "I agree" appear as in the screenshot.


    Thanks

    Jotform Thread 1293059 Screenshot
  • Support_Management Jotform Support
    Replied on November 7, 2017 at 5:37 PM

    Try the following CSS codes to move the asterisk next to the checkbox option:

    .form-required {

      position: absolute;

      left: 265px;

    }

    Complete guide: How-to-Inject-Custom-CSS-Codes

    Result:

    Can you please make the I agree appear as in the screenshot Screenshot 20

  • rbell1
    Replied on November 7, 2017 at 5:53 PM

    Sorry but that seemed to move all the asterisk's in the form to that position.  Can we move the "I agree" to be left aligned, and then put the asterisk on the right of the "I agree".  "I agree" appears twice in the form.

    Thanks

  • Marvih
    Replied on November 7, 2017 at 7:38 PM

    Would you like to use the "Terms & Condition" widget instead ?. This would be the perfect choice instead of using the Multiple Choice field .

    Can you please make the I agree appear as in the screenshot. Image 10

    It is very easy to use and supports hyperlink.

    Can you please make the I agree appear as in the screenshot. Image 21

  • Support_Management Jotform Support
    Replied on November 8, 2017 at 4:54 AM

    Sorry about that - Can you please change the CSS codes

    FROM:

    .form-required {

      position: absolute;

      left: 265px;

    }

    TO:

    #label_68, #label_63 {

        margin-left: 230px;

        margin-right: -230px;

    }

    This should take care of both the I agree fields on your form.