<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1021727" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1021727</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/code-help#comment-1133955</link>
    <description> &lt;p&gt;Sorry, can&#039;t do it for ya -- code&#039;s way too big and messy, and I&#039;m not familiar with it. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;atm, you essentially have:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;input&amp;gt;&lt;br /&gt;&amp;lt;input&amp;gt;&lt;br /&gt;&amp;lt;input&amp;gt;&lt;br /&gt;&amp;lt;select&amp;gt;&amp;lt;option&amp;gt;&amp;lt;/select&amp;gt;&lt;br /&gt;&amp;lt;etc&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;form&amp;gt;&lt;br /&gt;&amp;lt;input submit&amp;gt;&lt;br /&gt;&amp;lt;/form&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Notice how the first set of &lt;strong&gt;&lt;em&gt;&lt;/em&gt;&lt;/strong&gt;s are &lt;em&gt;outside&lt;/em&gt; the &lt;strong&gt;&lt;em&gt; . . &lt;/em&gt;&lt;/strong&gt; tags? That means they aren&#039;t included as part of the form that is mailed to you. What you have to do is make sure that all your input and select fields lie within the &lt;strong&gt;&lt;em&gt; . . &lt;/em&gt;&lt;/strong&gt; tags. Obviously, the opening &lt;strong&gt;&lt;em&gt;&lt;/em&gt;&lt;/strong&gt; should be inside the &lt;strong&gt;&lt;em&gt; . . &lt;/em&gt;&lt;/strong&gt; region to work. Once you&#039;ve built the form to include all the data input you want to send, you can assign an ACTION right at the top, not at each end. That&#039;s all there is to it. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 02 Jul 2003 08:47:20 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1133955 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Not working</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/code-help#comment-1133951</link>
    <description> &lt;p&gt;I still cant get it.  If I put form at the begining of the whole script, then form at the very end, it wont send it to the address.  The ACTION to send it through email has to have form at each end.  &lt;/p&gt;
&lt;p&gt;Someone please do this for me, I have tried all night to try to do this.&lt;/p&gt;
 </description>
     <pubDate>Wed, 02 Jul 2003 08:08:36 +0000</pubDate>
 <dc:creator>LIBERAL2003</dc:creator>
 <guid isPermaLink="false">comment 1133951 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/code-help#comment-1133944</link>
    <description> &lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;form [stuff]&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;input [something]&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;input [anotherthing]&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;input [evenmorethings]&amp;gt;&lt;br /&gt;&amp;lt;/form&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;is the basic structure of a form. Just ensure that all your &lt;strong&gt;&lt;em&gt;&lt;/em&gt;&lt;/strong&gt; fields are between the &lt;strong&gt;&lt;em&gt;&lt;/em&gt;&lt;/strong&gt; and &lt;strong&gt;&lt;em&gt;&lt;/em&gt;&lt;/strong&gt; tags. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 02 Jul 2003 04:45:39 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1133944 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/code-help#comment-1133940</link>
    <description> &lt;p&gt;Question again,  do I put the form things at the very beging of form or just at the begining of where it has ACTION?&lt;/p&gt;
 </description>
     <pubDate>Wed, 02 Jul 2003 03:11:14 +0000</pubDate>
 <dc:creator>LIBERAL2003</dc:creator>
 <guid isPermaLink="false">comment 1133940 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/code-help#comment-1133937</link>
    <description> &lt;p&gt;just put the &lt;strong&gt; tag at the very top, then list all your &lt;/strong&gt; at the very bottom.&lt;/p&gt;
&lt;p&gt;think of a form as a list, you open the list (start tag), then list the items (li tags), then close the list (end tag).&lt;br /&gt;
you open the form (open tag), list the items (input tags) and then close the form (end tag)&lt;/p&gt;
&lt;p&gt;practice is the key, the more you do the better you&#039;ll get&lt;/p&gt;
 </description>
     <pubDate>Tue, 01 Jul 2003 23:38:57 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1133937 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Please somone do this code</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/code-help#comment-1133934</link>
    <description> &lt;p&gt;I need someone to do all this code.  I am HTML illetirate.  If I do whta you just showed me, I will mess it up.  Can someone please do it?  i really appreciate it!&lt;/p&gt;
 </description>
     <pubDate>Tue, 01 Jul 2003 22:29:22 +0000</pubDate>
 <dc:creator>LIBERAL2003</dc:creator>
 <guid isPermaLink="false">comment 1133934 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/code-help#comment-1133896</link>
    <description> &lt;p&gt;At the moment you have&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;input type=&amp;quot;text&amp;quot; name=&amp;quot;user_name&amp;quot; id=&amp;quot;user_name&amp;quot; value=&amp;quot;&amp;quot; maxlength=&amp;quot;60&amp;quot;&amp;nbsp; onfocus=&amp;quot;select()&amp;quot; /&amp;gt;&lt;br /&gt;. . .&lt;br /&gt;&amp;lt;input type=&amp;quot;password&amp;quot; name=&amp;quot;user_password&amp;quot; id=&amp;quot;user_password&amp;quot; value=&amp;quot;&amp;quot; maxlength=&amp;quot;20&amp;quot;&amp;nbsp; onfocus=&amp;quot;select()&amp;quot; /&amp;gt;&lt;br /&gt;&lt;br /&gt;. . . etc . . .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;form target =&amp;quot; _parent&amp;quot;&amp;nbsp; action=&amp;quot;mailto: &amp;lt;a href=&amp;quot;mailto:teamsignup@algoresupportcenter.zzn.com&amp;quot; class=&amp;quot;bb-email&amp;quot;&amp;gt;teamsignup@algoresupportcenter.zzn.com&amp;lt;/a&amp;gt;&amp;quot; method=&amp;quot;post&amp;quot; enctype=&amp;quot;text/plain&amp;quot;&amp;gt; &amp;lt;input type=&amp;quot;submit&amp;quot; name=&amp;quot;op.saveCons&amp;quot; id=&amp;quot;op.saveCons&amp;quot; value=&amp;quot;Register&amp;quot; class=&amp;quot;Button&amp;quot; /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&lt;br /&gt;&lt;br /&gt;&amp;lt;input type=&amp;quot;submit&amp;quot; name=&amp;quot;op.cnclAddCons&amp;quot; id=&amp;quot;op.cnclAddCons&amp;quot; value=&amp;quot;Cancel&amp;quot; class=&amp;quot;Button&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;dispMode&amp;quot; id=&amp;quot;dispMode&amp;quot; value=&amp;quot;add&amp;quot; /&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;panesOpen&amp;quot; id=&amp;quot;panesOpen&amp;quot; value=&amp;quot;ffffffffffff&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;!-- used in cons_personal.tpt to include additional arguments to post (e.g. for ADAP, next URLs for the various affiliates)&lt;br /&gt;&amp;lt;/form&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;What you want is for it to look more like:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;form target =&amp;quot; _parent&amp;quot;&amp;nbsp; action=&amp;quot;mailto: &amp;lt;a href=&amp;quot;mailto:teamsignup@algoresupportcenter.zzn.com&amp;quot; class=&amp;quot;bb-email&amp;quot;&amp;gt;teamsignup@algoresupportcenter.zzn.com&amp;lt;/a&amp;gt;&amp;quot; method=&amp;quot;post&amp;quot; enctype=&amp;quot;text/plain&amp;quot;&amp;gt; &lt;br /&gt;. . .&lt;br /&gt;&amp;lt;input type=&amp;quot;text&amp;quot; name=&amp;quot;user_name&amp;quot; id=&amp;quot;user_name&amp;quot; value=&amp;quot;&amp;quot; maxlength=&amp;quot;60&amp;quot;&amp;nbsp; onfocus=&amp;quot;select()&amp;quot; /&amp;gt;&lt;br /&gt;. . .&lt;br /&gt;&amp;lt;input type=&amp;quot;password&amp;quot; name=&amp;quot;user_password&amp;quot; id=&amp;quot;user_password&amp;quot; value=&amp;quot;&amp;quot; maxlength=&amp;quot;20&amp;quot;&amp;nbsp; onfocus=&amp;quot;select()&amp;quot; /&amp;gt;&lt;br /&gt;&lt;br /&gt;. . . etc . . .&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;input type=&amp;quot;submit&amp;quot; name=&amp;quot;op.saveCons&amp;quot; id=&amp;quot;op.saveCons&amp;quot; value=&amp;quot;Register&amp;quot; class=&amp;quot;Button&amp;quot; /&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&lt;br /&gt;&lt;br /&gt;&amp;lt;input type=&amp;quot;submit&amp;quot; name=&amp;quot;op.cnclAddCons&amp;quot; id=&amp;quot;op.cnclAddCons&amp;quot; value=&amp;quot;Cancel&amp;quot; class=&amp;quot;Button&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;dispMode&amp;quot; id=&amp;quot;dispMode&amp;quot; value=&amp;quot;add&amp;quot; /&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;input type=&amp;quot;hidden&amp;quot; name=&amp;quot;panesOpen&amp;quot; id=&amp;quot;panesOpen&amp;quot; value=&amp;quot;ffffffffffff&amp;quot; /&amp;gt;&lt;br /&gt;&amp;lt;!-- used in cons_personal.tpt to include additional arguments to post (e.g. for ADAP, next URLs for the various affiliates) --&amp;gt;&amp;lt;/form&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;You might also want to close that comment before the  bit, as I&#039;ve done in the second chunk of code. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 01 Jul 2003 09:15:13 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1133896 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/code-help#comment-1133895</link>
    <description> &lt;p&gt;Can you show me what you mean?&lt;br /&gt;
Thanks!&lt;/p&gt;
 </description>
     <pubDate>Tue, 01 Jul 2003 08:38:21 +0000</pubDate>
 <dc:creator>LIBERAL2003</dc:creator>
 <guid isPermaLink="false">comment 1133895 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/code-help#comment-1133894</link>
    <description> &lt;p&gt;You&#039;ve got your  tag well after all your input fields. So what&#039;s not in the  is not mailed. Instead, have all your inputs between  and . &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 01 Jul 2003 08:16:10 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1133894 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
