Skip to content

Commit

Permalink
Update register.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan5471 authored Nov 11, 2024
1 parent 8783bae commit a16ad65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion register.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1><a href="./">Back</a></h1>
<section class="registration-form">
<form action="https://form.nathanc.me/process.php" method="post" onsubmit="return validateForm();">
<input type="hidden" name="form_tools_initialize_form" value="1" />
<input type="hidden" name="form_tools_form_id" value="1" />
<input type="hidden" name="form_tools_form_id" value="2" />
<h3>Your Information</h3>
<label for="firstname">First name:</label>
<input type="text" id="firstname" name="firstname" required>
Expand Down

0 comments on commit a16ad65

Please sign in to comment.