Skip to content

Commit

Permalink
fix button id
Browse files Browse the repository at this point in the history
  • Loading branch information
jodeleeuw committed Dec 16, 2024
1 parent 0675ff5 commit 0b3fc15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/newsletter/subscribe.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ You can unsubscribe at any time.
<input type="hidden" name="htmlemail" value="1">
<input type="hidden" name="list[2]" value="signup" />
<input type="hidden" name="subscribe" value="subscribe"/>
<button class='md-button md-button--primary' onclick="if (checkform()) {submitForm();} return false;" >Subscribe</button>
<div id="result" style="color: red;"></div>
<button class='md-button md-button--primary' onclick="if (checkform()) {submitForm();} return false;" id="subscribe">Subscribe</button>
<div id="result"></div>
</form>

<script type="text/javascript">
Expand Down

0 comments on commit 0b3fc15

Please sign in to comment.