Hi,
I am trying to make a form for people who want to make a donation via PayPal. I would like to have some suggested amounts and then a space where people can choose their own amount. I have tried and tried, but I can't get anything to work correctly. Is it possible to do? If so, then I will go ahead and buy the PayPal action.
I would like something that looks like this: [attachment=0]Screen Shot 2013-08-23 at 4.51.59 PM.png[/attachment]
Thanks in advance!
I am trying to make a form for people who want to make a donation via PayPal. I would like to have some suggested amounts and then a space where people can choose their own amount. I have tried and tried, but I can't get anything to work correctly. Is it possible to do? If so, then I will go ahead and buy the PayPal action.
I would like something that looks like this: [attachment=0]Screen Shot 2013-08-23 at 4.51.59 PM.png[/attachment]
Thanks in advance!
Hi nefm,
There are two ways to do this. One is to give both input elements the same name. Then the form will return the last value if they are both set.
The more elegant solution is to add an 'Other' option and to use JavaScript to disable the text box unless this button is checked. See the FAQ on Combo drop-downs for a similar arrangement.
Bob
There are two ways to do this. One is to give both input elements the same name. Then the form will return the last value if they are both set.
The more elegant solution is to add an 'Other' option and to use JavaScript to disable the text box unless this button is checked. See the FAQ on Combo drop-downs for a similar arrangement.
Bob
This topic is locked and no more replies can be posted.