Empty section in Stripe widget? Can you help me get rid of this?

  • blearning
    Asked on June 21, 2021 at 4:57 PM

    Hi, I'm getting an empty section between my subscription prices and the credit card fields. Can you help me get rid of this?

    Jotform Thread 3173684 Screenshot
  • Jessica JotForm Support
    Replied on June 22, 2021 at 1:27 AM

    Hi blearning, thank you for reaching us.

    Kindly add the following CSS code into your form:

    .payment_footer.new_ui { margin-top: -100px !important; visibility: hidden; }

    To add a CSS code to your form, please follow the steps described below.

    1. In the form builder, click the Form Designer icon.

    2020 12 21 015 Screenshot 10

    2. Click on the Styles tab, scroll down a bit, and paste the code in the Inject Custom CSS area.

    2020 12 21 016 Screenshot 21

    2020 12 21 014 Screenshot 32

    3. Make sure to click on the Save button.

    Please give it a try and let us know how it goes. 

  • blearning
    Replied on June 22, 2021 at 9:11 AM

    That worked. Thank you!