Closed (won't fix)
Project:
Webform
Version:
8.x-5.x-dev
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Jan 2021 at 20:15 UTC
Updated:
12 Mar 2021 at 22:42 UTC
Jump to comment: Most recent
Comments
Comment #2
jrockowitz commentedThis will be a lot of work and maybe impossible because Form API depends on unique secure tokens for authenticated submission. The webform module requires a form state for Ajax and multistep forms, which could be lost via the offline mode.
Comment #3
jrockowitz commentedI do not think this is feasible with Drupal's current implementation of Form API. The first step would be making a simple Form API form work offline in Drupal and see if the solution could work for the webform module