Changing form variables.

This commit is contained in:
Matthew Mongeau
2012-06-28 14:41:17 -04:00
parent 3068afccc0
commit 95008dfde3

View File

@@ -16,13 +16,13 @@
<label>Public Username</label>
<input name="username" type="text" placeholder="Public Username">
<label>Full Name</label>
<input name="fullname" type="text" placeholder="Full Name">
<input name="full-name" type="text" placeholder="Full Name">
<label>Your Location</label>
<input name="location" type="text" placeholder="Your Location">
<label>Prefered Language</label>
<input name="language" type="text" placeholder="Prefered Language">
<label class="terms-of-service">
<input name="terms-of-service" type="checkbox">
<input name="terms" type="checkbox">
I agree to the
<a href="#">Terms of Service</a>
</label>