Our webform form submit is broken, and I was waiting to see if this would fix itself with Civictheme releases, but not so far. I just did a test where I disabled templates/form/input--submit.html.twig
and reverted it to the default core twig, and the form started working again.
So i'm on the hunt to work out why.
This is core/webform markup on the submit button.
<div data-drupal-selector="edit-actions" id="edit-actions" class="js-form-wrapper form-wrapper">
<input data-drupal-selector="edit-actions-submit" type="submit" id="edit-actions-submit" name="op" value="Send">
</div>
Civictheme markup on the submit button. This seems ok, guessing javascript related but i didn't see any errors so far.
<div data-drupal-selector="edit-actions" id="edit-actions" class="js-form-wrapper form-wrapper">
<input type="submit" class="ct-button ct-theme-light ct-button--primary ct-button--submit ct-button--regular webform-button--submit button button--primary js-form-submit form-submit" data-component-name="button" value="Send" data-drupal-selector="edit-actions-submit" id="edit-actions-submit" name="op" data-button="true">
</div>
Closed: works as designed
1.8
Code