16 lines
536 B
HTML
16 lines
536 B
HTML
|
<form id="user_creation" action="private/user_create.php" method="post">
|
||
|
<p><label>Username</label><input name="name" type="text" /></p>
|
||
|
<p><label>Password</label> <input name="password" type="password" /></p>
|
||
|
|
||
|
<hr />
|
||
|
|
||
|
<p><label>Full Name</label><input name="full_name" type="text"/> </p>
|
||
|
<p><label>Biography</label><input name="bio" type="text" /> </p>
|
||
|
<p><label>E-mail</label><input name="email" type="email" /></p>
|
||
|
<p><label>Website</label><input name="url" type="url" /></p>
|
||
|
|
||
|
<hr />
|
||
|
|
||
|
<p><input type="submit" /></p>
|
||
|
</form>
|