Display only the total amount on the thank you page

  • bdoodle
    Asked on July 31, 2015 at 5:04 PM

    Hello,

    On several of my forms, I re-present the order total in the Thank You message.  However, it is not working on my new form:

    http://form.jotform.us/jsform/52115086953153

    Please see html from Thank You message:

    Display only the total amount on the thank you page Image 1 Screenshot 30

    Here is what appeared on my Thank You message online:

     

    Display only the total amount on the thank you page Image 2 Screenshot 41

  • Elton Support Team Lead
    Replied on July 31, 2015 at 8:12 PM

    The {input96} is the entire payment field that's the reason why it displays the entire payment information including the products and quantities. If you only want to display the total amount, simply insert :total before the ending curly brace.

    So from {input96} it becomes {input96:total}

    Cheers!

  • bdoodle
    Replied on August 1, 2015 at 1:39 AM
    Thank you!
    ...