How to change the language of the word "Total" in the payment tool.

  • websmarket
    Asked on June 7, 2015 at 12:39 PM
    И надпись ИТОГО, на английском "TOTAL" нужно руссифицировать.
  • Mike_G JotForm Support
    Replied on June 7, 2015 at 1:10 PM

    You can embed the form's source code and replace the word "Total" from the HTML code: 

    How to change the language of the word Total in the payment tool Screenshot 50

    Then, 

    How to change the language of the word Total in the payment tool Screenshot 61

    Paste it on your website and update the word "Total"

    How to change the language of the word Total in the payment tool Screenshot 72

    or you can just add this Custom CSS codes to your form using this guide if you don't want to use the form's source code.

    .form-payment-total #total-text{

    display:none;

    }

    .form-payment-total span:nth-child(1):before{

    content: 'руссифицировать: ' !important;

    }

    As for the result: 

    How to change the language of the word Total in the payment tool Screenshot 83

    I hope this helps. If you need further assistance, kindly let us know and we will be glad to help you anytime. Thank you.