How to Move Required Field Symbol

  • fcstl
    Asked on August 11, 2014 at 1:38 PM

    How can I put the Required Field Symbol in front of label instead of after it?  Right now it comes after the label text but i would like it to be in the front of it.  Thanks!

  • David JotForm Support
    Replied on August 11, 2014 at 2:28 PM

    Hi,

    You can change this be using CSS injection to change the location.  Here is our guide on CSS injection:

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

    And injecting this code:

    .form-required{

    float:left;

    }

    Please let us know if you have any further questions and we will be happy to help.

    Thank you for using JotForm!