-
Stacey_AltieriAsked 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
-
Kyle JotForm SupportReplied 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.
Your Reply
Something Went Wrong
An error occurred while generating the AI response. Please try again!