Hi
I am having multipage (8 wizard pages) webform with 10 to 15 fields on each page. Is there way, the end user can save the work and resume later to fill the rest of the pages and submit the entire webform?

I am not sure if this is possible? Any help is appreciated.
Thank you!
Akshita

Comments

Akshita created an issue. See original summary.

cilefen’s picture

Category: Feature request » Support request
enaznin’s picture

jrockowitz’s picture

Status: Active » Closed (works as designed)

If you are not using cards, a draft (via Submission draft settings) can be saved as the user paginates through the webform.

@see /wf/admin/structure/webform/manage/contact/settings/submissions

akshita’s picture

Sorry to comment on the closed issue.
@jrockowitz - Thanks for pointing me to the submission tab. I am able to configure to get "Save draft" button available on the form.

SUBMISSION BEHAVIORS
Convert anonymous user drafts and submissions to authenticated user? ------ Checked

SUBMISSION DRAFT SETTINGS
Allow your users to save and finish the webform later.
Authenticated and anonymous users ------ Checked.

So far good as an anonymous user, I can save a draft and get back to the link from the same browser to fill the rest of the pages and submit. If the session is completely closed, then the bookmarked draft page won't save any of your changes and this is expected. Is there a way, we can email the user with the draft link (appended with token value) as soon as the "Save draft" is triggered.?

Any clue is appreciated.

Thank you very much for pointing me in the right direction.

jrockowitz’s picture

The email handler under the advanced tab can be triggered "when draft is created."

akshita’s picture

Thank you. It works.