Fix recaptcha, center image, add link

This commit is contained in:
rzmk 2021-06-20 08:41:33 -04:00
parent 7b5185d92d
commit aa044eca7e
2 changed files with 9 additions and 11 deletions

View file

@ -47,7 +47,7 @@
<input type="text" name="fName" class="form-control top" placeholder="First Name" required autofocus>
<input type="text" name="lName" class="form-control middle" placeholder="Last Name" required>
<input type="email" name="email" class="form-control mb-4" placeholder="Email" required>
<div class="g-recaptcha mb-4" data-sitekey="your_site_key"></div>
<div class="g-recaptcha mb-4" data-sitekey="6LfdOEYbAAAAAML4ad6kxAsUdyTWheAZOQ5f50Hf"></div>
<button class="w-100 btn btn-lg btn-primary" type="submit">Sign Me Up!</button>
<p class="mt-5 mb-3 text-muted">&copy; Rutgers Esports</p>
</form>