multiple payments options. | Community
Skip to main content
Answered

multiple payments options.


Hi, is it possible to have three options on the payment question? Say, £5, £10 and £15.

Best answer by john.desborough

@SionB - welcome to the community from a fellow user

No - unfortunately, not on the payment screen (as far as i have ever been able to make it do)

What I have done and know that others have done, is to present a question just prior to the payment screen that asks the user to select a payment option from the multiple choice list below, and passes that to the price variable to be used on the payment screen 

@Liz @Mariana - do you Typeformers extraordinaire have any other solutions that might work for this??

 

des

View original

john.desborough
Forum|alt.badge.img+6

@SionB - welcome to the community from a fellow user

No - unfortunately, not on the payment screen (as far as i have ever been able to make it do)

What I have done and know that others have done, is to present a question just prior to the payment screen that asks the user to select a payment option from the multiple choice list below, and passes that to the price variable to be used on the payment screen 

@Liz @Mariana - do you Typeformers extraordinaire have any other solutions that might work for this??

 

des


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • May 11, 2021

I think that would be the easiest setup, @john.desborough ! :grinning:


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • May 18, 2021

Hi @SionB :raising_hand_tone3: Did @john.desborough ‘s solution work for you?


  • Explorer
  • May 18, 2021

Hi @Liz, yes it did thankyou. Thanks @john.desborough .


john.desborough
Forum|alt.badge.img+6

@SionB - pleasure mine.. glad it worked.. 

cheers


  • Navigating the Land
  • January 6, 2022

I was not able to get this to work @john.desborough @Liz, Could some one help to walk me through it?


john.desborough
Forum|alt.badge.img+6

@Ahuntjr - can you please show some screen shots or a video of the situation please and thanks? 

 

that will help us troubleshoot.. 

 

des


  • Navigating the Land
  • January 6, 2022

@john.desborough So I have typed in the multiple choice options, but once it gets to the payment option, it still shows $0.00 and does not populate the selected option. 

 

 


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • January 7, 2022

Hi @Ahuntjr Did you set the calculations for the multiple choice question so those values get added to the payment question? If so, could you send a screenshot of how the calculations are setup? 


Forum|alt.badge.img
  • Explorer
  • February 4, 2022

Hi @Liz @john.desborough

Can you confirm how to link the multiple choice selection to populate how much will be charged to the credit card in the payment question? 

I can’t follow how to “set the calculations for the multiple choice question” that you mention above.

Cheers, Donal


john.desborough
Forum|alt.badge.img+6

@Donie B - the logic is basically this: 

Q5 = MC question: How much would you like to donate/pay? 

  • a:$5
  • b:$10
  • c: $15

Logic rules are like this: 

  • if q5 = a then add 5 to price (variable)
  • if q5 = b then add 10 to price (variable)
  • if q5 = c then add 15 to price (variable) 

now you have the price selected in the MC question passed into the price variable for the payment question. 

 

does that make sense??

 

des


Forum|alt.badge.img
  • Explorer
  • February 4, 2022

Thanks Des,

I eventually figured it out. Didn’t realise there was an ‘add to’ function in the branching and calculations section. Copying a screenshot below for anyone else that struggles to find it.

Thanks a million!

DB


john.desborough
Forum|alt.badge.img+6

@Donie B - glad you got it working.. (remember this: what happens in Community, stays in community lol) 

 

thanks for sharing the result.. and keep spreading the good word!

 

des


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • February 7, 2022

Woot!! Glad it’s working for you, @Donie B ! Thanks @john.desborough for the help. :grin:


Reply