Problem/Motivation
In the 1.x branch, the theme suggestions for webform weren't thought out carefully. The idea was to make the webform suggestion shorter than the default webform suggestion, but webforms can be attached to pages in a bunch of ways, and I didn't take that into account.
For example, you can create webform nodes, and the suggestion for that form would be webform_submission_[webform-ID]_node_[node-ID]_add_form when what we wanted was webform_[webform-ID].
API changes
The webform suggestion that worked with Form Dazzle 8.x-1.x will no longer work. Instead the suggestion will be webform_[webform-machine-name]__node_[node-id].
Issue fork formdazzle-3179113
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
johnalbinComment #5
johnalbin