How do I remove "description" from the Stripe module?

  • KJ
    Asked on February 27, 2020 at 6:21 PM

    Screenshot attached. 


    1. How do I remove the word "description"?

    2. How do I add placeholder text, rather than labels above each field?

    3. How do I reduce the size of the "Card Expiration" field?



    Jotform Thread 2184977 Screenshot
  • BJoanna
    Replied on February 28, 2020 at 4:04 AM

    1. You can simply double-click with your mouse on the "Description" text inside of the Form Builder and remove it. 

    1582880607stripe Screenshot 10

    2. Placeholder text cannot be added to the payment field. 

    3. You can reduce the seize with this CSS code:

    .stripe-payment-wrapper .form-textbox.cc_cardExpiryMount {

        min-width: 75px!important;;

        width: 75px!important;

    }

    How to Inject Custom CSS Codes