How to remove small print "total" when applying coupon code?

  • Guillermo Ramirez
    Asked on May 25, 2018 at 3:38 PM

    Hello,

    As mentioned, we are looking for a way to remove the small print "total" that shows up when you apply a coupon code.  Any help is appreciated, thank you!

  • roneet
    Replied on May 25, 2018 at 4:19 PM

    Hi,

    Can you please provide the form ID in which you want to remove the small print "total".It would help to triage the issue better.

    We will wait for your reply.

    Thank You!

  • Guillermo Ramirez
    Replied on May 25, 2018 at 5:43 PM
    Would the below URL have what you are looking for? Excuse my unawareness as this is my first time attempting to assist with jotform.
    https://www.jotform.com/build/71855797184170
    Guillermo ‘Mo’ Ramirez
    IT Technical Analyst
    P: 402.505.7071 | M: 402.214.3966
    [Logo-for-Email-Signature-216x100]
    Dream. Explore. Travel On.
    [cid:image002.jpg@01D3F442.C850BE30][cid:image003.jpg@01D3F442.C850BE30][cid:image004.jpg@01D3F442.C850BE30][cid:image005.jpg@01D3F442.C850BE30][cid:image006.jpg@01D3F442.C850BE30]
    Please note: All terms, conditions, exclusions and provisions of the plan apply. All benefits will be determined at the time a claim may occur based on the information and documentation submitted.
    ...
  • David JotForm Support Manager
    Replied on May 25, 2018 at 6:03 PM

    Are you looking to remove the "Total" result from the payment integration?

    1527285651removetotal Screenshot 10

  • Guillermo Ramirez
    Replied on May 25, 2018 at 6:43 PM
    When a coupon code is applied, a small total field comes up. Thats is the field we are wondering if we can edit to say something along the lines of discount total or try to remove altogether.
    Regards,
    Mo
    ________________________________
    ...
  • David JotForm Support Manager
    Replied on May 25, 2018 at 7:01 PM

    I tried to change it, but it is not giving the option to do it, so if you want to hide it all, you can inject the following code: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    .form-payment-discount{

        display: none;

    }

    Example:

    1527289255hide Screenshot 10