Mail form submit button value and html tag spacing

This commit is contained in:
Tyler Hallada 2017-09-05 21:53:00 -04:00
parent ea0a6d49f2
commit ba8e1100b4

View File

@ -8,22 +8,22 @@
<form action="http://list.hallada.net/subscribe" method="POST" accept-charset="utf-8">
<div class="row clearfix">
<div class="column half">
<label for="name">Name (optional)</label><br/>
<input type="text" name="name" id="name"/>
<label for="name">Name (optional)</label><br />
<input type="text" name="name" id="name" />
</div>
<div class="column half">
<label for="email">Email</label><br/>
<input type="email" name="email" id="email"/>
<label for="email">Email</label><br />
<input type="email" name="email" id="email" />
</div>
</div>
<div class="row clearfix">
<div style="display:none;">
<label for="hp">HP</label><br/>
<input type="text" name="hp" id="hp"/>
<label for="hp">HP</label><br />
<input type="text" name="hp" id="hp" />
</div>
<input type="hidden" name="list" value="Q7JrUBzeCeftZqwDtxsQ9w"/>
<input type="hidden" name="list" value="Q7JrUBzeCeftZqwDtxsQ9w" />
<div class="column half">
<input type="submit" name="submit" id="submit"/>
<input type="submit" name="submit" id="submit" value="Submit" />
</div>
<div class="column half">
<span class="form-rss">Or subscribe to my <a href="/feed.xml">RSS feed</a></span>