Describe your issue or idea
@laryn ported this great module: https://github.com/backdrop-contrib/save_draft
This issue aims to update the button text on the node form. The text should match the selected Publishing option - so it's clear exactly what pushing the button will do.
GitHub Issue #:
3157
Recent comments
This was from examining line 2463- of the webform.module, where // Attach necessary JavaScript and CSS. $form['#attached'] = array( 'css' => array(backdrop_get_path('module', 'webform...
How do I diagnose Webform Conditionals failing?
d'oh. Because of course it is reassigning. Don't mind me... the correct syntax is $form['#attached']['js'][] = backdrop_get_path('module', 'mymodule') . '/mymodule.js';
How do I diagnose Webform Conditionals failing?
Issue opened at Github: https://github.com/backdrop-contrib/webform/issues/220
How do I diagnose Webform Conditionals failing?