- Issue created by @rraney
- Status changed to Closed: cannot reproduce
19 days ago 2:04pm 25 August 2025 - πΊπΈUnited States jrockowitz Brooklyn, NY
In the next example webform the first button on the wizard page say 'Custom Next' as expected in the view and test tabs.
- πΊπΈUnited States rraney
This is happening again. Attaching a screenshot of the first page of the form. I don't know how to recreate it. It's a multipage webform. I have the most updated version of the module and Drupal 10.3.x. The first page has a conditional, where you cannot continue without checking the box because the next page(s) are visibly dependent on this checkbox. I do not have Ajax enabled, because that's generally been an issue with multipage. I changed the "Submit" button element to say "Proceed" and "Previous. It does on all pages except the first page.
- πΊπΈUnited States rraney
I wonder if the form thinks it's done, because the other pages aren't enabled unless you check the box. That explains why, if you go back to the first page from the second page, it actually says "Proceed".
- πΊπΈUnited States rraney
Here's the workaround: Make the button itself conditionally visible based on the checkbox, instead of the pages that follow. This fixes the issue. I doubt many people run into this, but who knows. Might be good to change the logic somehow.