So I'm pretty new to this plug in but not new to PHP/Wordpress.
I own pro forms, but it seems preferable to go with a custom form that I have written, as I don't like the look of the "Modify" pro form template.
Here is the process I'm trying to accomplish.
1. User registers...fills out info. Submit --->sent to step 2
2. User logs in --->Sent to step 3
3. User selects a qty per month of something I ship to them. Then subscribes to a price based on that quantity.
In my php code I'm just creating the subcription form dynamically. qty of 1 = $34, qty of 2 = $68
What I need to be able to do, is have them input a quantity, have them pay for the subscription, verify that payment went through, then update their qty entry on my site. I need to make sure they paid for the qty they selected.
I saw in the pro forms there is a success url...Is there a way to implement that with a custom form? If so, I could then just send the qty data along to paypal, redirect after paypal, verify they have a subscriber ID and update the qty in my users meta info.
Maybe there is an easier way to do this, if so, I would be delighted.
Thanks a bunch for any help!
Joel