Mandatory asterisk appearing on wrong line

  • rbell1
    Asked on October 25, 2020 at 4:48 PM

    Hi team

    Can you please help me move the 'asterisk' on the line before "I have read and understand the contents...." down to the correct line, so it appears infront of "I have read and understand the contents..."

    Thanks

    Richard

  • jherwin
    Replied on October 25, 2020 at 10:47 PM

    Hello Richard, the asterisk is in the correct position, the checkbox you used has no label which is why the asterisk is placed at the top of the texts. To move the asterisk for the checkbox, please use the CSS code below:

    #label_30 span.form-required {
      bottom:-27px;
      right:10px;
      position: relative;
    }

    Guide: https://www.jotform.com/help/117-how-to-inject-custom-css-codes1603680331 5f96384b87618 asterisk Screenshot 10
    Please give it a try and let us know how it goes.