Product List: Can I change the word free

  • contact821_contact
    2025年7月18日 2:02に質問

    4. I want to get a quote for the product before deciding on the price. Can I change the wording to something like "quote" instead of "free"?

    ⑤予約希望日時の時間を選択肢(30分単位 9:00,9:30,10:00,10:30・・・)または終日・午前・午後から選ばせたい

  • Lorevie Jotform Support
    2025年7月18日 4:08に返信

    Hi 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. Product List: Can I change the word free  Image 1 Screenshot 30 Here's the result:

    Product List: Can I change the word free  Image 2 Screenshot 41
    Reach out again if you need any other help.

Your Reply