How can I translate or remove the product pricing details in the Stripe Integration?

  • volaregratis
    Asked on June 2, 2016 at 1:32 PM

    Hi,

    I have succesfully integrated Jotform and Stripe via Stripe Connect. There is an annoying detail though: if you take a look at my form http://www.volaregratis.info/abbonamenti/premium.html you will see that beside plan names there is an explanatory text in english. Since my form is for italian users, I would like to translate or remove that text. Is it possible? Thanks.

  • Welvin Support Team Lead
    Replied on June 2, 2016 at 2:36 PM

    Inject the following custom CSS codes to your form to remove that:

    .form-product-details {

        display: none;

    }

    You can then simply add the details in Italian in the item name. 

    Here's our guide on how you can inject the custom CSS: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

  • volaregratis
    Replied on June 2, 2016 at 3:24 PM

    Hi Welvin,

    thanks a lot. It worked fine.

    Cheers

  • BJoanna
    Replied on June 2, 2016 at 4:28 PM

    On behalf of my colleague, you are welcome.

    Feel free to contact us if you have any other questions.