Hello there,
I am working on a new FaaS form that will sell tickets to an upcoming event at our organization.
Ticket buyers need the option to purchase multiple tickets. I would like to provide that option using a drop-down list.
I know the HTML for drop-down lists is:
<select name="tickets">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
</select>
However, I am unsure how to integrate ClickandPledge's Form Field Names (UnitPrice, ItemID, ItemName, Quantity, UnitDeductiblePercentage) to the drop-down list code.
Could you point me to some resources? or help me develop the code?
Thanks for your input!
-- Katie
I am working on a new FaaS form that will sell tickets to an upcoming event at our organization.
Ticket buyers need the option to purchase multiple tickets. I would like to provide that option using a drop-down list.
I know the HTML for drop-down lists is:
<select name="tickets">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
</select>
However, I am unsure how to integrate ClickandPledge's Form Field Names (UnitPrice, ItemID, ItemName, Quantity, UnitDeductiblePercentage) to the drop-down list code.
Could you point me to some resources? or help me develop the code?
Thanks for your input!
-- Katie
Comment