I currently have a situation where I want the form to be displayed to everyone, but when the submit button is clicked, it should check if the user is logged in. If not logged in, it should redirect to the login page. How can I solve this problem?
Be careful with implementing this. If the form data hasn't been saved and your redirect to a different page to force the user to log in, you may lose the new entry data after you redirect.
This is almost certainly going to happen. Maybe you should also read through this: https://formidableforms.com/features/save-and-continue-partial-submissions/
Please login or Register to submit your answer