Hello, I have a donate form that I would like the ability to let the users choose between a set of predefined amounts or an "other" where they can choose the amount. Is this possible?
Thanks in advance!
Hello, I have a donate form that I would like the ability to let the users choose between a set of predefined amounts or an "other" where they can choose the amount. Is this possible?
Thanks in advance!
You would want to use a radio button field and make sure to enable the other field option.
Hi, I do have an option field that is in the amount to contribute.
I have an option for:
$25
$50
$100
$250
$1000
$2500
Other
The issue seems to be when I click other, I get no field to enter my amount?
The form can be found here: http://mosswebprojects.com/newunes/home/donate/
What might I be doing wrong?
Can you double check that you've clicked the check box for Enable Other Field?
Where is the box for Enable Other Field? I am using the Product Pricing Field. Should I be using something else?
Thanks.
Sorry, it is only the regular radio button that has the other field built in. What you could do is set up a conditional logic field that is a Product field that is hidden unless the bullet they select is other. Then when they select other, you have a product field display set as a user defined price. That should give you what you want.