Changing form variables.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user