Fix. Password changed to email as this is a password recovery form not a misc. recovery form
This commit is contained in:
parent
fe3d095544
commit
a62cd89c2a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
<select onChange="selectField()" id="options">
|
||||
<option value="" selected="selected">Please select an option</option>
|
||||
<option value="user">Username</option>
|
||||
<option value="email">Password</option>
|
||||
<option value="email">Email</option>
|
||||
</select> <br />
|
||||
<label for="value">Value</label>
|
||||
<input type="text" id="value" name="value" /> <br />
|
||||
|
|
Loading…
Reference in a new issue