-
sitiosonlineAsked on May 1, 2025 at 9:47 AM
-
Christopher JotForm SupportReplied on May 1, 2025 at 9:51 AM
Hi sitiosonline,
We can only update the field label color and hide the images by Injecting CSS Codes into your form. Let me walk you through it:
1. First, copy this code:
div#checkSubmission {
color: #691c0c !important;
}
#previewContainer li>div.value.border {
color: #691c0c !important;
}
.control_image:nth-child(2), .control_image:nth-child(3) {
display: none !important;
}
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.
Result:
While the feature you’re looking for isn’t currently available at Jotform right now, we've gone ahead and escalated your request to our Developers. Exactly when or if it's developed depends on their workload, how viable it is, and how many other users also request it. If there are any updates, we’ll circle back to this thread and let you know.
Give it a try and let us know how it goes.
-
sitiosonlineReplied on May 1, 2025 at 10:35 AM
I decided to insert the customer orden to review it on "confirmation page" is much easy for them to check it. Thank you!
Your Reply
Something Went Wrong
An error occurred while generating the AI response. Please try again!