Hello,
i have a form in two parts, an embed form containing usual fields (name, email, etc.) and another part with a couple of options (radio inputs). When the user (not logged in) submit this whole form it is stored and the user is sent to the confirmation page. Now i wish i could give the user the opportunity to edit its data again.
So is there a way to display the form page with the data filled in according to (i.e) the submission key ? I am proficient in PHP so code is not a problem.
Thanks a lot for your help
Sam
For logged out users, use this hook: https://formidableforms.com/knowledgebase/frm_user_can_edit/#kb-allow-logged-out-users-to-edit-entries
You will need a way to determine which entry to allow them to edit though since it isn't captured any other way.
Thanks a lot ! I will give it a go asap. 🙂
Please login or Register to submit your answer