- Issue created by @akshita
- π§π©Bangladesh eashika
Related to this?
https://www.drupal.org/node/324779 β - Status changed to Closed: works as designed
almost 2 years ago 2:35pm 20 February 2023 - πΊπΈUnited States jrockowitz Brooklyn, NY
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
- πΊπΈUnited States akshita
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? ------ CheckedSUBMISSION 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.
- πΊπΈUnited States jrockowitz Brooklyn, NY
The email handler under the advanced tab can be triggered "when draft is created."
- πΊπΈUnited States akshita
Yes. I am able to get the URL with the token and the wizard page where I left off the webform in draft mode to update the form and submit. That below link received in the email (when draft action is triggered) only works in the same browser from where I drafted the webform.
http://localhost:52291/abc/form/registration-form?page=education&token=m...
If the above link accessed from another browser, it simply acts as normal link to "http://localhost:52291/abc/form/registration-form" with all empty fields. I thought with the help of token , we can access the form from where we left off and complete the form and submit.
Am I missing any config changes?