How to remove text displayed on Stripe subscription items

  • newpanda
    Asked on December 26, 2019 at 9:54 PM

    When the form is viewed the Stripe subscription list is pre-formatted like:

     

    "Subscription Name ( $49 for each 1 months )"


    1. Can I do any of these (in order of preference)?:

    a. delete the entire parentheses section

    b. delete any part of it

    c. remove the underlined text which doesn't actually link to anything

     

    2. Can I set the radio button as selected by default? (I only have one option and the subscription is already assumed when the page is loaded via my site)

     

  • David JotForm Support Manager
    Replied on December 26, 2019 at 11:36 PM

    Please try injecting the following CSS code in your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    .form-product-details {

        display: none !important;

    }

    Result:

    1577421320result 002 Screenshot 10

    Let us know if you need more help.

  • newpanda
    Replied on December 27, 2019 at 3:32 PM

    Thanks so much ... trying now.  On my question 2, can I set the radio button to selected by default (so user doesn't need to click that single choice?
  • Kevin Support Team Lead
    Replied on December 27, 2019 at 4:47 PM

    I've moved your second question to another thread in order to avoid confusion while discussing multiple matters on a single thread. 

    We will continue assisting you here: https://www.jotform.com/answers/2092736- 

    Thanks.