Hello,
I'm considering using Gravity Forums and because some of the Forum is blocked, I'm unable to find the answers myself, so I will ask here.
I currently have a basic site that sells a small inventory of goods/services via PayPal buttons. It currently uses custom forms that populate from a database, and as the user makes a purchase, also updates various invoicing tables. Finally when the user puchases via the PayPal button, uses paypal IPN to mark the invoice tables records as PAID so we can process.
I would like to migrate to gravity forums to handle the UI for data entry, but continue to use our backend database. And if possible, depending on how the PayPal Add-On works, integrate GF's PP capabilities as well. As far as I can tell, I may be able to accomplish this using Dynamic Field Population, and sending to 3rd Party at Submission - I would use Dynamic field population to populate certain fields from my database, and 3rd party submission at each 'submit' of a form which will POST to my own custom PHP that will insert/modify DB tables.
My question is, is this a workable solution? Second is there a better solution? Finally, the devil is in the details - how exactly would I populate GF fields from my database, and how does the 3rd party submission work?
Thanks!