Remove price details from Stripe Payment tool.

  • BBC2016
    Asked on March 16, 2016 at 3:05 PM
    Last thing, how do I get rid of where it says $1.00 / FREE????? Can you update the form without those and send me cloned clean link? I'm bad at all this.
  • Mike_G JotForm Support
    Replied on March 16, 2016 at 3:15 PM

    Kindly add the CSS code below to your form with the help of this guide, How-to-Inject-Custom-CSS-Codes

    .form-product-details{

    display: none !important;

    }

    Here's a clone version of your form, https://form.jotform.com/60756412489968

     

    which you can also clone with the help of this guide, How-to-Clone-an-Existing-Form-from-a-URL

  • BBC2016
    Replied on March 16, 2016 at 3:29 PM

    The "amount due" text next to each price box needs to come out - I can't do it withouth all titles coming out> can you help???

  • Nik_C
    Replied on March 16, 2016 at 4:09 PM

    Can you try to put this code in your Custom CSS field:

    .form-product-item .form-sub-label{

    display: inherit !important;

    }

    It will put the label right below each text-box.

    Here is the cloned form for your reference: https://form.jotform.com/60756742732965 

    Please let us know if this could work for you.

     

  • BBC2016
    Replied on March 16, 2016 at 4:42 PM

    can we take it out???

  • Mike_G JotForm Support
    Replied on March 16, 2016 at 4:46 PM

    Yes, we can take it out. Instead of adding the CSS code given my colleague, Nik_C, add the CSS code below.

    .form-product-item .form-sub-label{

    display: none !important;

    }

    Here's a clone version of your form, https://form.jotform.com/60756480554966

    Thank you.

     

  • BBC2016
    Replied on March 17, 2016 at 12:47 AM

    QUESTION FOR YOU.

     

    1 I COULDN'T GET THE CODE TO WORK WHEN I ADDEDIT BUT ON YOUR CLONE IT WORKED???

     

    2 IVE MADE ALOTOF LITTLE CHANGES SINCE YOU MADETHECLONE- HOWDOI MERGE YOUR CLONE AND MYMOST RECENT CHANGES SO I DONT LOSE ANYTHING??

  • Ashwin JotForm Support
    Replied on March 17, 2016 at 2:39 AM

    Hello BBC2016,

    #1. I did check the webpage where you have embedded your form. The css code share by my colleague is already applied and it seems to work as expected. Please check the screenshot below:

    Remove price details from Stripe Payment tool Screenshot 30

     

    #2. You need to just copy the entire custom css code you have injected in your own form and add it in the cloned form. Please check the screenshot below on two available option on how to copy the entire custom css code from your form:

    Remove price details from Stripe Payment tool Screenshot 41

     

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!