-
http://debate.forumify.com/page.php?id=10 is the standard URL
I use http://debate.forumify.com/page.php?id=10&ref=Hi when attempting to test the code.
- The current full code for the form is as follows.
[php]
<form id=“register”
method=“get” action=“register.php?action=register” onsubmit="this.register.disabled=true;if(process_form
(this)){return true;}else{this.register.disabled=false;return false;}">
<div class="forminfo">
<h3>Important
information
Registration will grant you access to a number of
features and capabilities otherwise unavailable. These functions include the ability to edit and delete
posts, design your own signature that accompanies your posts and much more. In addition, by registering you are agreeing to the set of rules listed here. If you have any questions
regarding this forum you should ask an administrator.
Below is
a form you must fill out in order to register. Once you are registered you should visit your profile and
review the different settings you can change. The fields below only make up a small part of all the settings
you can alter in your profile.
<legend>Please enter a username between 2 and 25 characters long</legend>
<div class="infldset">
<input
type=“hidden” name=“form_sent” value=“1” />
Username
<br
/>
<legend>Please enter and confirm your chosen password</legend>
<div
class=“infldset”>
<label
class=“conl”>Password
<input type=“password” name=“req_password1” size=“16”
maxlength=“16” />
Confirm
password
<p class="clearb">Passwords can be between 4 and 16 characters long.
Passwords are case sensitive.
<div class="inform">
<fieldset>
Image Verification
<img src=ran.php><br />
<label
class=“conl”>Image Text
<input type=“text” name=“req_image” size=“16” maxlength=“16”
/>
Please copy the text in
the image to the text box above
<fieldset>
Enter a valid e-mail address
<label><strong>E-mail</strong><br />
Set
your localisation options
<label>Timezone: For the forum to display times correctly you must select your local
timezone.
<option value="-12">-12</option>
<option value="-11">-11</option>
-10
-09
<option value="-8.5">-8.5</option>
<option value="-8">-08 PST</option>
-07 MST
<option value="-6"
selected=“selected”>-06 CST
-05 EST
-04 AST
<option value="-3.5">-3.5</option>
<option value="-3">-03 ADT</option>
-02
-
01
00 GMT
<option value="1">+01 CET</option>
<option value="2">+02</option>
<option
value=“3”>+03
+03.5
<option value="4">+04</option>
<option value="4.5">+04.5</option>
+05
<option
value=“5.5”>+05.5
<option
value=“6”>+06
+06.5
<option value="7">+07</option>
<option value="8">+08</option>
<option
value=“9”>+09
+09.5
<option value="10">+10</option>
<option value="10.5">+10.5</option>
+11
<option
value=“11.5”>+11.5
<option
value=“12”>+12
+13
<option value="14">+14</option>
<fieldset>
<legend>Set your privacy
options
<p>Select whether you want your e-mail address to be viewable to other users or not and if you want
other users to be able to send you e-mail via the forum (form e-mail) or not.
<div class="rbox">
<label><input
type=“radio” name=“email_setting” value=“0” />Display your e-mail address.
<label><input type="radio" name="email_setting" value="1" checked="checked"
/>Hide your e-mail address but allow form e-mail.
Hide your e-mail address and disallow form e-
mail.
This option sets whether the forum should "remember" you between visits. If enabled, you will not have to
login every time you visit the forum. You will be logged in automatically. Recommended.
<div class="rbox">
Save username and password
between visits.
<input
type=“submit” name=“register” value=“Register” />
[/php]