Include quantity in payment link based on content of form

I’m interested in creating this setup. I have a form where a person can order a transcript. We will ask, “Would you like to send another?” If they say yes, there are dependent fields that will ask the user to fill out the information for the 2nd transcript. This can happen up to 5 times. When the user clicks to go to the payment link, the quantity of the product will display the same number of times the user requested a transcript. I know this seems a bit much, but if someone has done it, I’d like to hear about it.

Thanks,

Kim

Hi @KRRussell,

This might help -
1. Build a form that asks, “Would you like to send another?” and shows extra fields if the user says “Yes.” This can continue up to 5 times.

2. Include a hidden field in the form that automatically counts the number of transcripts based on the user’s input. This field will keep track of how many times the user requests a transcript.

3. When the form is submitted, use the value from the hidden quantity field to create a payment link. For example, if you’re using a platform like Stripe, you can create a link that includes the correct quantity:
https://buy.stripe.com/.../checkout?quantity=3 (where “3” is the number of transcripts).

4. After the form is submitted, redirect the user to this payment link, so they are charged for the exact number of transcripts they requested.

I hope it helps, let me know if you need to talk!

Khushboo Pokhriyal

Growth & Operations

GroRapid Labs

LinkedIn | 9315044754 | Email | Website