-
contact821_contact -
Lorevie Jotform SupportHi contact821_contact,
Can you tell us from which product do you want to do that? You can Inject CSS codes to be able to change the word free to quote. Let's do this:
1. First, copy the CSS codes below:
#input_24_1005_price {
visibility: hidden !important;
}
#input_24_1005_price:before {
content: "Quote";
visibility: visible;
}
2. Next, in Form Builder, click on the Pain Roller icon on the upper right side of the page.
3. Then, from the Styles tab, paste the CSS code above in the Inject Custom CSS field.
Here's the result:
Reach out again if you need any other help.