Final amount when using price question | Community
Skip to main content
Answered

Final amount when using price question

  • September 14, 2021
  • 1 reply
  • 162 views

I have created a form for course booking where the user can select to either pay a deposit or a discounted full fee. How do I pass their selection to the price in the Payment Question?

Also - there are some fields in the form which are optional. How do I make them appear blank in the summary for Payment Question. At the moment they appear as _ _ _ _ _ in the summary.

Thanks in advance.

Best answer by Liz

Hi @gregmerriman Welcome to the community! In order to pass the cost into the price field, you’ll need to setup logic jumps and calculations. This article here can provide more information on using this feature.

An example of this is below. In this example, they use the calculator to add the value to the ‘price’ variable, which then appears in the payment block. 

 

 

When you recall variables later in the form, there isn’t a way to prevent them from showing if the respondent doesn’t answer that field, as it will show a blank line like you’re currently seeing. Though, I can share this feedback with our product team. 

View original

1 reply

Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 15018 replies
  • Answer
  • September 14, 2021

Hi @gregmerriman Welcome to the community! In order to pass the cost into the price field, you’ll need to setup logic jumps and calculations. This article here can provide more information on using this feature.

An example of this is below. In this example, they use the calculator to add the value to the ‘price’ variable, which then appears in the payment block. 

 

 

When you recall variables later in the form, there isn’t a way to prevent them from showing if the respondent doesn’t answer that field, as it will show a blank line like you’re currently seeing. Though, I can share this feedback with our product team. 


Reply