All4One Wikia
Advertisement

<form id='register' action='register.php' method='post'

   accept-charset='UTF-8'>

<fieldset > <legend>Register</legend> <input type='hidden' name='submitted' id='submitted' value='1'/> <label for='name' >Your Full Name*: </label> <input type='text' name='name' id='name' maxlength="50" /> <label for='email' >Email Address*:</label> <input type='text' name='email' id='email' maxlength="50" />

<label for='username' >UserName*:</label> <input type='text' name='username' id='username' maxlength="50" />

<label for='password' >Password*:</label> <input type='password' name='password' id='password' maxlength="50" /> <input type='submit' name='Submit' value='Submit' />

</fieldset> </form>


Template documentation follows
Note: the template above may sometimes be partially or fully invisible.
Visit Template:Tempate:Registration_form/doc to edit this documentation. (How does this work?)


<form id='register' action='register.php' method='post'

   accept-charset='UTF-8'>

<fieldset > <legend>Register</legend> <input type='hidden' name='submitted' id='submitted' value='1'/> <label for='name' >Your Full Name*: </label> <input type='text' name='name' id='name' maxlength="50" /> <label for='email' >Email Address*:</label> <input type='text' name='email' id='email' maxlength="50" />

<label for='username' >UserName*:</label> <input type='text' name='username' id='username' maxlength="50" />

<label for='password' >Password*:</label> <input type='password' name='password' id='password' maxlength="50" /> <input type='submit' name='Submit' value='Submit' />

</fieldset>

</form>
Advertisement