I have a page set up where users pay via Paystack to complete a form. How do i ensure that returning users who paid already are not asked again to make payment
Set up a hidden field for the payment status and then use frm_payment_status_complete to set that value. The next time the user accesses the form you can use that status to set the person to the right place when they update the form.
Please login or Register to submit your answer