How can I edit how the Stripe subscriptions are displayed?

  • mobilwalk
    Asked on August 29, 2016 at 1:59 PM

    I would like to edit the way the Stripe subscriptions are displayed seen here:

    How can I edit how the Stripe subscriptions are displayed? Image 1 Screenshot 20

    I do not want the parentheses, spacing and underlined year like it is currently displayed.  Instead, I would like it to look like "Platinum Website Annual Subscription - $276 per year".  I could not find any way in the form builder to change this.  Is it possible to do this?

     

  • Kiran Support Team Lead
    Replied on August 29, 2016 at 3:40 PM

    Unfortunately, it is not possible to change the display of the product/subscription of the payment field. However, it is possible by injecting some custom CSS code to your form. Please inject the following CSS code to your JotForm to change the display as below:

    .form-product-name:after {

    content: ' - $276.00 for each year';

    }

    span.form-product-details {

    display: none;

    }

    How can I edit how the Stripe subscriptions are displayed? Image 1 Screenshot 20

    Hope this information helps! 

  • Kiran Support Team Lead
    Replied on August 29, 2016 at 3:43 PM

    You may edit the text to be displayed as per your requirements in the content section in the first part of the code provided.

    .form-product-name:after {

    content: '- $276.00 for each year';

    }

    Thanks!

  • mobilwalk
    Replied on August 29, 2016 at 4:10 PM

    Thank you Kiran, I appreciate the prompt reply.  This worked perfectly.

  • mobilwalk
    Replied on September 19, 2016 at 4:49 PM

    Ok, I am now trying to do this same thing on a form with multiple options.  The code you provide replaces all the span content with the same thing though.  Is there a way to do this on a form with multiple subscriptions?

    Form Link: https://form.jotform.com/62625075846159

  • Kiran Support Team Lead
    Replied on September 19, 2016 at 8:56 PM

    Your other question is moved to a separate thread and shall be addressed there shortly.

    https://www.jotform.com/answers/936478

    Thank you!