I have created a form for registration / subscription (not Joomla) that users must pay for. The price depends on if the person is a member of the organization or not (member price $50 and non member price is $500). I have created a Paypal button in my paypal account for the information needed to pass from my form to Paypal. I am using the redirect user and redirect URL actions, and it almost works. 😀
The form has a dropdown for the user to select if they are a member or not. This dictates the price they must pay to subscribe. The problem is when the form is submitted and then directed to Paypal, Paypal always shows the price for a non member ($500). The member price ($50) is never passed to Paypal.
I know I am missing something very small, but I have been struggling with this for a while. I've tried to search posts similar, but I cannot find my answer. It must have something to do with the redirect URL params listed below:
Target URL: https://www.paypal.com/cgi-bin/webscr
cmd=_s-xclick
hosted_button_id=XXXXXXXXXXXXX
on0=speaker_type
os0=NAWBO Member
os0=Non Member
currency_code=USD
The redirect URL action is in the on submit event area, after db save action and before redirect user action. I have made a backup of my form and attached it.
I appreciate any help on this.
The form has a dropdown for the user to select if they are a member or not. This dictates the price they must pay to subscribe. The problem is when the form is submitted and then directed to Paypal, Paypal always shows the price for a non member ($500). The member price ($50) is never passed to Paypal.
I know I am missing something very small, but I have been struggling with this for a while. I've tried to search posts similar, but I cannot find my answer. It must have something to do with the redirect URL params listed below:
Target URL: https://www.paypal.com/cgi-bin/webscr
cmd=_s-xclick
hosted_button_id=XXXXXXXXXXXXX
on0=speaker_type
os0=NAWBO Member
os0=Non Member
currency_code=USD
The redirect URL action is in the on submit event area, after db save action and before redirect user action. I have made a backup of my form and attached it.
I appreciate any help on this.