A form is submitted and redirected to a thank you page. I need to log the user out without prompts once they land on the thank you page.
Ideas?
Thank you!
I've never see this question asked before. WordPress has the wp_logout() function that will do what you want, but I don't know what hook you would use to call it because you want the logout done after the thank you page loads. By the time the thank you page loads, Formidable is finished with the entry process. You may have to research WordPress hooks that execute when a page loads.
Please login or Register to submit your answer