Pass drop down value to itemname
-
Hi,
I am trying to pass the value the user selects from a dropdown to paypal. The users will be using the contact form to register for a tournament, picking the division they want to play in. I need the division name and amount passed to paypal. Is this possible? With the code below I get this error: “You are not redirected to PayPal as you have not entered form values properly.”
<p>Item amount
[select* itemamount id:itemamount include_blank “Mens I” “Mens II” “Womens I” “Womens II” “Coed I”] </p>[hidden itemname id:itemname itemamount]
[paypalsubmit id:btnPayPal email:[email protected] itemamount:itemamount itemname:itemname return_url:https://ourwebsite.org/resgistrationsuccess cancel_url:https://ourwebsite.org/registration “Pay with PayPal”]
https://www.ads-software.com/plugins/contact-form-7-paypal-extension/
- The topic ‘Pass drop down value to itemname’ is closed to new replies.