Skip to content
Snippets Groups Projects
Commit d77bc96d authored by Husnulzaki Wibisono Haryadi's avatar Husnulzaki Wibisono Haryadi
Browse files

Fixed checkbox on sign_up page

parent 9f7366f1
1 merge request!45OneHundred - 13515005 - Husnulzaki Wibisono Haryadi
......@@ -19,5 +19,5 @@
#third {
background-color: green;
float:
float: left;
}
\ No newline at end of file
......@@ -24,10 +24,13 @@
<input type="Password" name="confirm_password"><br/>
Phone number*
<input type="text" name="user_phone"><br/>
<input type="button" value="Sign me up as driver" id="signAs_driver" style="width : 40%" onclick= "driver_signup();"><label id="driversign_status"><br></label>
<input type="text" name="is_driver" value="No" style="display:none">
<input type="submit" value="REGISTER">
<input type="checkbox" id="chkbx_driver" name="is_driver" value="true" style="display: inline-flex; width: 20px">
<label for="chkbx_driver" style="display: inline-flex;">Sign me up as a driver</label>
<input type="submit" value="REGISTER">
<!-- <input type="button" value="Sign me up as driver" id="signAs_driver" style="width : 40%" onclick= "driver_signup();"><label id="driversign_status"><br></label>
<input type="text" name="is_driver" value="No" style="display:none"> -->
</form>
<p><br>* Required field</p>
</div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment