Translate the term PRICE

  • pgaudreault
    Asked on January 22, 2016 at 10:40 AM

    Hi,

     

    I'll like to know how I could translate the word PRICE in this screen capture?

    It appears when I have a special pricing for a product.

     

    Thank you for your help.

     

    Patrick

     

     

    Jotform Thread 753298 Screenshot
  • Boris
    Replied on January 22, 2016 at 12:14 PM

    We do not have a direct way of translating that part of the form, but we can use a CSS trick to make the text appear as if it were translated.

    Please try adding the following custom CSS to your form:

    table.form-product-child-table tr:nth-of-type(1) > th:nth-of-type(2) > .form-sub-label { font-size: 0; }
    table.form-product-child-table tr:nth-of-type(1) > th:nth-of-type(2) > .form-sub-label:before { font-size: 18px; content: "translated"; }

    Where you would replace the red "translated" with the word you wish to use instead of "Price". You can add teh code to your form by opening it in the Designer:

    Translate the term PRICE Image 1 Screenshot 40

    Once in the Designer, please paste the code at the very bottom of the textbox under the CSS tab:

    Translate the term PRICE Image 2 Screenshot 51

    Your form will then display with the term Price translated with the new word:

    Translate the term PRICE Image 3 Screenshot 62

    Please let us know how it goes, or if you hit any snags while setting it up, and we will be happy to help.