Postponed (maintainer needs more info)
Project:
Webform
Version:
6.3.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Aug 2025 at 19:32 UTC
Updated:
14 May 2026 at 21:21 UTC
Jump to comment: Most recent
Comments
Comment #2
jrockowitz commentedI can't replicate this issue. There is no logic in the webform module to disable the other next and previous buttons when a draft is saved.
Please test this on a plain vanilla Drupal instance.
I added sleep(120); to \Drupal\webform\WebformSubmissionForm::draft to make sure the buttons are NOT disabled.
Comment #3
uv516 commented@jrockowitz: Thanks for the quick response.
I have run a webform as user 1 in Google Chrome.
When I press "Save draft" the other buttons are disabled during the saving, but not afterwards.
I have run the same webform as a regular user in FireFox:
When I press "Save draft" the other buttons are not disabled.
Comment #4
jrockowitz commentedI have client-side validation enabled; maybe that is the difference.
Comment #5
liam morlandHave you tried this on a plain Drupal instance? There could be another module at work which is disabling the buttons.