https://formidableforms.com/features/save-and-continue-partial-submissions/
After confirming this function, ask questions for accurate understanding
I would like a page where demo create-test is possible
I am trying to implement a parental consent function for users under the age of 14.
After completing the form contents without logging in
Based on the condition, I would like to ask about related features.
-- Is there a function to send a unique url link that can be edited by email after entering-submit the contents including email in the form?
You must be able to edit form input details without logging in.
-- After completing the form contents input without logging in,
Is there a function that allows Save and Resume?
-- Can I save the value entered in the form to the database after completing the form content input without logging in? Are they saved?
A form can't be saved that way because it requires it to be linked to a user. You can use https://formidableforms.com/knowledgebase/frm_user_can_edit/#kb-allow-logged-out-users-to-edit-entries to allow a form to be edited without being logged in. Then you might use a version of [formidable id=x fields="10,11,12"] on a few different pages and then link them as appropriate (maybe separate email actions). You might use this for creating a reusable, but unique link -> https://www.techmavenconsulting.com/2022/06/22/formidable-pro-secure-data/. It's not going to be super straightforward. It will require some light coding and thought to determine the appropriate workflow.
Please login or Register to submit your answer