Skip to main content
Question

Total Price

  • May 18, 2026
  • 2 replies
  • 17 views

I have set up my typeform for customers to buy tickets for different events with different cost. The logic is set up and works perfect. I’m connected to Stripe. As they go through my form at the end it shows their total price and they have the option to pay by credit card or charge their account with us. 

When I go to the Results page it shows which options they choose (what event and how many tickets) but there isn’t a column for price (that calculates the total price). Their option is to pay by credit card and it charges their card the right amount but it doesn’t show how much each person was charged on the Results page. How do I get this information?

I did create a content quote page saying “Your total is @price” and it shows it to our customer but again, nothing shows on the Results page.

 

2 replies

James
Community Team
Forum|alt.badge.img+5
  • Community Team
  • May 19, 2026

Hey ​@ErinLeigh  great question.

What you’re seeing is expected with the  @price variable. That recalled value can be shown to the respondent in the form, but it won’t create its own separate column in the Results table.

For payment forms, Typeform also doesn’t store the full payment entry details in Results, since the payment itself is handled through Stripe.

That said, once a respondent fully completes and submits the form, you should be able to see some payment details in the Results tab, including the transaction amount, the cardholder name, and the last digits of the card...
 


 

So in short:

  • @price is for displaying the total to the respondent, not for creating a Results column.

  • The actual payment amount should appear in Results only after the form has been fully submitted.

  • If you need a more reliable payment record, Stripe is the best place to check, since Stripe receives the price, currency, form ID, and response/submission ID for each payment.

If you’re not seeing the transaction amount on completed responses as per the screenshot above, that feels like it’s worth checking a little more closely.

Cheers!

James


john.desborough
Forum|alt.badge.img+6
  • Certified Partner & Champion
  • May 19, 2026

@ErinLeigh ​@James - just a thought, but if you included a logic rule that assigned @price to a custom variable ie @v_they_paid, then upon submission, the value of the custom variable will show up in a column. 

des