Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Here is the incoming HTML. I don't see anything invalid in there:</p> <pre><code>&lt;form name="register" method="post" id="validate" action="/biomed-ed/users/register.htm?step=true&amp;_=1302494250437"&gt; &lt;table align="center"&gt; &lt;tr&gt; &lt;td width="200" align="right"&gt;First name&lt;/td&gt; &lt;td width="600"&gt;&lt;div class="glowBox"&gt; &lt;input type="text" name="firstName" id="firstName" size="50" autocomplete="off" spellcheck="true" class="validate[required]" /&gt; &lt;span class="tip" id='{"revert" : "Enter your first name", "empty" : "We need your first name"}'&gt;Enter your first name&lt;/span&gt;&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td width="200" align="right"&gt;Last name&lt;/td&gt; &lt;td width="200"&gt;&lt;div class="glowBox"&gt; &lt;input type="text" name="lastName" id="lastName" size="50" autocomplete="off" spellcheck="true" class="validate[required]" /&gt; &lt;span class="tip" id='{"revert" : "Enter your last name", "empty" : "We need your last name"}'&gt;Enter your last name&lt;/span&gt;&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td width="200" align="right"&gt;Username&lt;/td&gt; &lt;td width="200"&gt;&lt;div class="glowBox custom noHide"&gt; &lt;input type="text" name="userName" id="userName" size="50" autocomplete="off" spellcheck="true" class="validate[required]" /&gt; &lt;span class="tip" id='{"revert" : "Username must be unique", "empty" : "Please provide a username", "valid" : "This name is avaliable", "invalid" : "Sorry, this name is taken"}'&gt;Username must be unique&lt;/span&gt;&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td width="200" align="right"&gt;Password&lt;/td&gt; &lt;td width="200"&gt;&lt;div class="glowBox custom"&gt; &lt;input type="password" name="passWord" id="passWord" size="50" autocomplete="off" spellcheck="true" class="validate[required]" /&gt; &lt;span class="tip" id='{"revert" : "6 characters or more!", "empty" : "You will need a password", "valid" : "Good password!", "invalid" : "Too short"}'&gt;6 characters or more!&lt;/span&gt;&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr class="spacer"&gt; &lt;td width="200"&gt;&lt;/td&gt; &lt;td width="200"&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td width="200" align="right"&gt;Primary Email Address&lt;/td&gt; &lt;td width="200"&gt;&lt;div class="glowBox custom"&gt; &lt;input type="text" name="primaryEmail" id="primaryEmail" size="50" autocomplete="off" spellcheck="true" class="validate[required]" /&gt; &lt;span class="tip" id='{"revert" : "Enter your email address", "empty" : "An email is required", "valid" : "Email is valid" ,"invalid" : "Invalid email address"}'&gt;Enter your email address&lt;/span&gt;&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td width="200" align="right"&gt;Secondary Email Address&lt;/td&gt; &lt;td width="200"&gt;&lt;div class="glowBox custom optional"&gt; &lt;input type="text" name="secondaryEmail" id="secondaryEmail" size="50" autocomplete="off" spellcheck="true" class="validate[required]" /&gt; &lt;span class="tip" id='{"revert" : "Enter your email address", "valid" : "Email is valid" ,"invalid" : "Invalid email address"}'&gt;Only if you have one&lt;/span&gt;&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td width="200" align="right"&gt;Tertiary Email Address&lt;/td&gt; &lt;td width="200"&gt;&lt;div class="glowBox custom optional"&gt; &lt;input type="text" name="tertiaryEmail" id="tertiaryEmail" size="50" autocomplete="off" spellcheck="true" class="validate[required]" /&gt; &lt;span class="tip" id='{"revert" : "Enter your email address", "valid" : "Email is valid" ,"invalid" : "Invalid email address"}'&gt;Only if you have one&lt;/span&gt;&lt;/div&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td width="200" align="right"&gt;&lt;/td&gt; &lt;td width="200"&gt; &lt;input type="button" name="submit" id="submit" value="Next Step""&gt; &lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/div&gt; &lt;/form&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload