Resume a multi page webformform

Created on 17 February 2023, over 1 year ago
Updated 22 February 2023, over 1 year ago

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

πŸ’¬ Support request
Status

Closed: works as designed

Version

6.1

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States Akshita

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @Akshita
  • πŸ‡ΊπŸ‡ΈUnited States cilefen
  • Status changed to Closed: works as designed over 1 year ago
  • πŸ‡ΊπŸ‡Έ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? ------ 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.

  • πŸ‡ΊπŸ‡Έ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?

Production build 0.69.0 2024