Note that there are some explanatory texts on larger screens.

plurals
  1. POHTML/PHP Form Formatting Error
    primarykey
    data
    text
    <p>im new so don't go to hard on me here. I'm trying to make this registration form into two rows but every time i try it does not post all the values from both rows of the form, just the first.</p> <p><a href="http://i.stack.imgur.com/TSnjl.png" rel="nofollow">http://i.stack.imgur.com/TSnjl.png</a></p> <pre><code>&lt;table width="990" border="0"&gt; &lt;tr&gt; &lt;td width="486" height="221"&gt;&lt;form id='register' action='&lt;?php echo $fgmembersite-&gt;GetSelfScript(); ?&gt;' method='post' accept-charset='UTF-8'&gt; &lt;fieldset &gt; &lt;legend&gt;Register&lt;/legend&gt; &lt;input type='hidden' name='submitted' id='submitted' value='1'/&gt; &lt;div class='short_explanation'&gt;* required fields&lt;/div&gt; &lt;input type='text' class='spmhidip' name='&lt;?php echo $fgmembersite-&gt;GetSpamTrapInputName(); ?&gt;' /&gt; &lt;div class="container"&gt;&lt;span class='error'&gt;&lt;?php echo $fgmembersite-&gt;GetErrorMessage(); ?&gt;&lt;/span&gt; &lt;label for='name' &gt;Your First Name*: &lt;/label&gt; &lt;br/&gt; &lt;input type='text' name='name' id='name' value='&lt;?php echo $fgmembersite-&gt;SafeDisplay('name') ?&gt;' maxlength="50" /&gt; &lt;br/&gt; &lt;/div&gt; &lt;div class='container'&gt; &lt;label for='lastname' &gt;Your Last Name*: &lt;/label&gt; &lt;br/&gt; &lt;input type='text' name='lastname' id='lastname' value='&lt;?php echo $fgmembersite-&gt;SafeDisplay('lastname') ?&gt;' maxlength="50" /&gt; &lt;br/&gt; &lt;span id='register_name_errorloc' class='error'&gt;&lt;/span&gt; &lt;/div&gt; &lt;div class='container'&gt; &lt;label for='email' &gt;Email Address*:&lt;/label&gt; &lt;br/&gt; &lt;input type='text' name='email' id='email' value='&lt;?php echo $fgmembersite-&gt;SafeDisplay('email') ?&gt;' maxlength="50" /&gt; &lt;br/&gt; &lt;span id='register_email_errorloc' class='error'&gt;&lt;/span&gt; &lt;/div&gt; &lt;div class='container'&gt; &lt;label for='username' &gt;UserName*:&lt;/label&gt;&lt;br/&gt; &lt;input type='text' name='username' id='username' value='&lt;?php echo $fgmembersite-&gt;SafeDisplay('username') ?&gt;' maxlength="50" /&gt;&lt;br/&gt; &lt;span id='register_username_errorloc' class='error'&gt;&lt;/span&gt; &lt;br/&gt; &lt;span id='register_username_errorloc' class='error'&gt;&lt;/span&gt; &lt;/div&gt; &lt;div class='container' style='height:80px;'&gt; &lt;label for='password' &gt;Password*:&lt;/label&gt; &lt;br/&gt; &lt;div class='pwdwidgetdiv' id='thepwddiv' &gt;&lt;/div&gt; &lt;noscript&gt; &lt;input type='password' name='password' id='password' maxlength="50" /&gt; &lt;/noscript&gt; &lt;div id='register_password_errorloc' class='error' style='clear:both'&gt;&lt;/div&gt; &lt;/div&gt; &lt;input type='text' class='spmhidip' name='&lt;?php echo $fgmembersite-&gt;GetSpamTrapInputName(); ?&gt;2' /&gt; &lt;div class="container"&gt; &lt;p&gt;&lt;span class='error'&gt;&lt;?php echo $fgmembersite-&gt;GetErrorMessage(); ?&gt;&lt;/span&gt; &lt;label for='phonenumber' &gt;Phone Number: &lt;/label&gt; &lt;br/&gt; &lt;input type='text' name='phonenumber' id='phonenumber' value='&lt;?php echo $fgmembersite-&gt;SafeDisplay('phonenumber') ?&gt;' maxlength="15" /&gt; &lt;br/&gt; &lt;/p&gt; &lt;/div&gt; &lt;div class='container'&gt; &lt;label for='address' &gt;Address: &lt;/label&gt; &lt;br/&gt; &lt;input type='text' name='address' id='address' value='&lt;?php echo $fgmembersite-&gt;SafeDisplay('address') ?&gt;' maxlength="40" /&gt; &lt;br/&gt; &lt;/div&gt; &lt;div class='container'&gt; &lt;label for='city' &gt;City:&lt;/label&gt; &lt;br/&gt; &lt;input type='text' name='city' id='city'value='&lt;?php echo $fgmembersite-&gt;SafeDisplay('city') ?&gt;' maxlength="20"&gt; &lt;br/&gt; &lt;/div&gt; &lt;div class='container'&gt; &lt;label for='State' &gt;State:&lt;/label&gt; &lt;br/&gt; &lt;input type='text' name='state' id='state' value='&lt;?php echo $fgmembersite-&gt;SafeDisplay('state') ?&gt;' maxlength="2" /&gt; &lt;/div&gt; &lt;div class='container'&gt; &lt;label for='State' &gt;Country:&lt;/label&gt; &lt;br/&gt; &lt;input type='text' name='country' id='country' value='&lt;?php echo $fgmembersite-&gt;SafeDisplay('country') ?&gt;' maxlength="3" /&gt; &lt;br/&gt; &lt;/div&gt; &lt;div class='container' style='height:80px;'&gt; &lt;p&gt; &lt;label for='zip' &gt;ZipCode:&lt;/label&gt; &lt;br/&gt; &lt;input type='text' name='zipcode' id='zipcode' value='&lt;?php echo $fgmembersite-&gt;SafeDisplay('lastname') ?&gt;' maxlength="5" /&gt; &lt;/p&gt; &lt;div class='container'&gt; &lt;input type='submit' name='Submit' value='Submit' /&gt; &lt;/div&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;/div&gt; &lt;/fieldset&gt; &lt;/form&gt;&lt;/td&gt; &lt;td width="494" valign="top"&gt;&lt;a href="http://isagrading.com/general_news_01.php"&gt;&lt;h2&gt;&amp;nbsp;&lt;/h2&gt;&lt;/a&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="2"&gt;&amp;nbsp;&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    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.
 

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