Adjusting Required Field Asterisk Placement on My Form

  • Stacey_Altieri
    Asked on May 30, 2025 at 3:50 PM

    It looks like I can't get any "real" help without Jotform Enterprise. Is that true? If yes I plan on finding another form vendor.

    thanks

    Stace

    Jotform Thread 27502541 Screenshot
  • Kyle JotForm Support
    Replied on May 30, 2025 at 4:03 PM

    Hi Stacey, 

    You can easily adjust the position of the required field icon to appear before the question by Injecting CSS Codes into your form. Let me walk you through it:

    1. First, copy this code:

    .form-required {
        position: relative;
        top: 95px !important;
        left: -20px;
    }

    2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.

    3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.

    Adjusting Required Field Asterisk Placement on My Form Image 1 Screenshot 20 Give it a try and let us know how it goes.

Your Reply