Skip to content

Commit

Permalink
Remove placeholder for names.
Browse files Browse the repository at this point in the history
  • Loading branch information
Potherca authored Apr 26, 2024
1 parent 75aba55 commit e2ecb09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,11 @@ <h1>Coming soon...</h1>
</div>
<div class="mc-field-group">
<label for="mce-FNAME">First Name </label>
<input type="text" name="FNAME" class=" text" id="mce-FNAME" value="" placeholder="Boaty">
<input type="text" name="FNAME" class=" text" id="mce-FNAME" value="" placeholder="">
</div>
<div class="mc-field-group">
<label for="mce-LNAME">Last Name </label>
<input type="text" name="LNAME" class=" text" id="mce-LNAME" value="" placeholder="McBoatFace">
<input type="text" name="LNAME" class=" text" id="mce-LNAME" value="" placeholder="">
</div>
<div hidden=""><input type="hidden" name="tags" value="2988232"></div>
<div id="mce-responses" class="clear">
Expand Down

0 comments on commit e2ecb09

Please sign in to comment.