Change the wording on the coupon code

  • danyel27
    Asked on August 14, 2018 at 12:11 AM

    Hi, 
    I have this form: https://form.jotform.us/62208645517154

    In the payment part Instead of saying "Enter coupon" she wants it to say "Enter Fundraising code" 

    How do I do that? I am a paying member

    Thank you in advance for your help!!!

  • Kiran Support Team Lead
    Replied on August 14, 2018 at 2:43 AM

    Please inject the following CSS code to your JotForm to change the coupon code text as below:

    #coupon-header {

    display:none;

    }

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

    content: 'Enter Fundraising code';

    }

    153422897114082018 120827 Screenshot 10

    Thanks!