Skip to content

Commit

Permalink
fix button type
Browse files Browse the repository at this point in the history
  • Loading branch information
vwolfley committed Mar 2, 2024
1 parent 45a6b32 commit fd06c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chamber/join.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h2 class="header">Join the West Valley Chamber of Commerce</h2>
<label class="sbs"><input type="radio" name="membership" value="gold" required /> Gold Membership</label>
</fieldset>
<div id="submitmessage" class="hide" role="alert"></div>
<button class="submitBtn" type="button" onclick="validateForm(event)">Join</button>
<button class="submitBtn" type="submit" onclick="validateForm(event)">Join</button>

<input type="hidden" name="timestampmilli" id="timestampmilli" />
</form>
Expand Down

0 comments on commit fd06c22

Please sign in to comment.