Skip to content

Commit

Permalink
Enable submit button when js is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
britneywwc committed Jan 24, 2025
1 parent 1fcd1b5 commit 3eb970c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/shared/_default-contact-us-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ <h1>{{ h1 }}</h1>
</li>
{# End of honey pots #}
<li class="p-list__item">
<button type="submit" class="p-button--positive js-submit-button" disabled>Submit</button>
<button type="submit" class="p-button--positive js-submit-button">Submit</button>
</li>
</ul>
<div class="u-off-screen">
Expand Down

0 comments on commit 3eb970c

Please sign in to comment.