Closed (works as designed)
Project:
Webform
Version:
6.1.4
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2023 at 20:12 UTC
Updated:
22 Feb 2023 at 18:44 UTC
Jump to comment: Most recent
Comments
Comment #2
cilefen commentedComment #3
enaznin commentedRelated to this?
https://www.drupal.org/node/324779
Comment #4
jrockowitz commentedIf 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
Comment #5
akshita commentedSorry 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.
Comment #6
jrockowitz commentedThe email handler under the advanced tab can be triggered "when draft is created."
Comment #7
akshita commentedThank you. It works.