Following some directions elsewhere here I've got Gravity Forms acting as a front end to a 2nd MySQL database containing our Members (to add new ones). Now I have to get the Paypal side working.
We currently have two levels of Membership, Full and Remote. In our current HTML site, there's a hidden field that contains a 1 o 2 depending on the choice made by the new member and the processing procedure calls the appropriate HTML to contact Paypal and provides the proper product code.
From what I can tell, the Paypal Plugin doesn't do that. Is there a simple, step-by-step example of how I can do this? Or do I have to have a visible field with a Product Code in it (that the user can't touch) that is determined by the member's choice of her membership type and then tell Gravity what to do? (I've read all the docs, but I still don't see where it is I tell GF to tell Paypal WHAT the person is buying!).
Thanks.