Announcement
Collapse
No announcement yet.
Select Option for multiple SKUs
Collapse
X
-
For all practical purposes the pull down menu and radio buttons are exactly the same. The only difference is the UI. Both are single valued selections.
Perhaps you can do one thing... just brainstorming here.
HTML Code:<select name="SKU1" id="SKU1"> <option value="SKU for General Fund">General Fund</option> <option value="SKU for Alumni Fund">Alumni Fund</option> <option value="SKU for Studentt Housing">Student Housing</option> <option value="SKU for Scholorship">Scholarship</option> </select>
For ItemName you will have:
HTML Code:<input name="ItemName1" type="hidden" id="ItemName1" value="Donation" />
One disadvantage of this approach is the receipt. Regardless of the choice the person will show Donation (the value used in the ItemName1) on the receipt.
Another approach you can use is to use the pull down menu as custom question. Possibly even a form such as:
https://www.clickandpledge.com/Platf...s/example/001/
where people can contribute to multiple funds at once instead only donating to one.
Hope it helps.Last edited by CnP.Support; 09-24-2015, 09:01 AM.
Leave a comment:
-
Good day @NRoosien,
You are trying to assign 2 values to the same pull down menu. The only way I can think of is a javascript that assigns a different SKU based on the value selected from the pull down menu.
Not sure if that helps.
Leave a comment:
-
Select Option for multiple SKUs
Any idea on how to have multiple SKUS available to select from - rather than having amounts per SKU?
I want to do something exactly like this, only with SKUS as the options: https://www.clickandpledge.com/Platf.../example/000c/Tags: None
Leave a comment: