Can I remove the 'enter coupon/apply' field from the Stripe?

  • ichef
    Asked on September 26, 2017 at 2:22 PM

    I would like to remove the 'enter coupon/apply' field from the Stripe form, whilst using Plans from my stripe account. Is this possible?

  • aubreybourke
    Replied on September 26, 2017 at 3:03 PM

    You need to connect your stripe integration and configure it. If you click on the wizard (magic wand icon) of the payment integration you will be able to configure it. 

    Please see this guide for how to setup a stripe integration:

    How to Integrate Stripe with your Form 


    I made a demo of it working for you:

    https://form.jotformpro.com/72686107857973


  • Kiran Support Team Lead
    Replied on September 27, 2017 at 7:49 AM

    @ichef,

    I believe that you are referring to the Subscriptions pulled from Stripe to the form.

    Can I remove the enter coupon/apply field from the Stripe? Image 1 Screenshot 20

    If yes, the coupon codes are automatically added to the form along with the subscriptions. However, you may hide the coupon code field on the form in this case by injecting the following CSS code to the form.

    #coupon-container {

      display: none;

    }

    Hope this information helps! Let us know if you are referring something different. We will be happy to help.