Is there a way to change "coupon code" to "promo code" on Paypal widget

  • rkanka21
    Asked on February 23, 2016 at 3:16 AM
  • Kiran Support Team Lead
    Replied on February 23, 2016 at 10:52 AM

    Do you mean to change the text Enter coupon to Promo code on your JotForm? Please inject the following CSS code to your JotForm to change the text to Promo code in the PayPal widget.

    #coupon-header {

    display:none;

    }

    table#coupon-table > tbody > tr:first-child > th:after {

    content: 'Promo code';

    }

    By injecting the CSS code above, you should be seeing the text as Promo Code. Please see the screenshot below:

    Is there a way to change coupon code to promo code on Paypal widget Image 1 Screenshot 20

    Hope this information helps! Please let us know if we can be of any further help. Thank you!