This is the logic:
How can I do this? I want to:
It may depend on what you're using as a payment gateway. One option is using the hook frm_payment_status_complete. You'll need some logic to figure out which entry to update so you'll either need to pass in an entry id (or key) or, use the Formidable functions or SQL commands to figure out which entry to update based on the current user.
Please login or Register to submit your answer