Is there a way to create a URL so that a user can resume their form but when the form is embedded?
My users start completing a form on mydomain.com/form/#01-type-of-business, when they don’t complete the form I want to send them the URL so that they can continue the same application.
I know I can get this from the partial submission, but it is shown as: https://form.feathery.io/to/XTNJX?_id=c76a29e6-d71b-XXXX-XXX-58f63057c6ac#01-type-of-business
Is there a way to add the identifier parameters (?_id=c76a29e6-d71b-XXXX-XXX-58f63057c6ac#01-type-of-business) to the page where the form is embedded so they can continue?
I tried in multiple ways but was not able to.
Thanks!