add name option

This commit is contained in:
zensprojects 2023-02-03 10:09:05 -08:00 committed by GitHub
parent 414cdd0f2b
commit 3dd4cebad3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@
<form class="w3-display-middle" id="suggestionsbox" name="suggestionsbox" data-netlify="true" data-netlify-recaptcha="true" action="/netlifyforms/formcompleted.html">
<label for="suggestions">Suggestions</label><br>
<input type="text" id="sugegstions" name="suggestions" value="Make a..."><br>
<label for="fname">Name</label><br>
<input type="text" id="fname" name="fname" value="John"><br>
<div data-netlify-recaptcha="true"></div>
<input type="submit" value="Submit">
</form>