<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018982" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018982</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/creatingsending-mail-opt-form#comment-1112848</link>
    <description> &lt;p&gt;Glad to help! &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; Hope you stick around and be sure to visit us whenever you have another question. Take care.&lt;/p&gt;
 </description>
     <pubDate>Thu, 22 Aug 2002 19:11:37 +0000</pubDate>
 <dc:creator>mjames</dc:creator>
 <guid isPermaLink="false">comment 1112848 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/creatingsending-mail-opt-form#comment-1112695</link>
    <description> &lt;p&gt;Thanks, Marc!&lt;/p&gt;
&lt;p&gt;I just posted my form last night.  I had some misinformation, and got some help from the tech at my web host last yesterday.  I still have some tweaking to do, but find that I can use cgi scripts after all, just have to be ones that can work on an NT server.&lt;/p&gt;
&lt;p&gt;They gave me one from Matt&#039;s Script Archive, and I&#039;ll visit there to see what else I can learn and how to so a few other little things to the form.  At least it&#039;s up and working!&lt;/p&gt;
&lt;p&gt;Thank you very much for your inputs, tho I don&#039;t always understand what you say; perhaps there&#039;s a basic assumption that I know more about all these things than I actually do!  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;JanCounselor&lt;/p&gt;
 </description>
     <pubDate>Mon, 19 Aug 2002 23:23:16 +0000</pubDate>
 <dc:creator>JanCounselor</dc:creator>
 <guid isPermaLink="false">comment 1112695 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Re: Finding Other Than CGI scripts for forms</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/creatingsending-mail-opt-form#comment-1112691</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by JanCounselor &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;Are you saying that the suffix (file type) is what dictates where it goes when a visitor clicks the submit button?&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Yes -- changing the URL to the form posts to in the beginning of the form code dictates that.&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by JanCounselor &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;Is there an easy read you know of that&#039;s available without cost on forms (either online or off)?&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Here&#039;s some stuff I found:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.webmasterbase.com/article/538&quot; class=&quot;bb-url&quot;&gt;http://www.webmasterbase.com/article/538&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.ecommercebase.com/article/257/59&quot; class=&quot;bb-url&quot;&gt;http://www.ecommercebase.com/article/257/59&lt;/a&gt; (about half-way down)&lt;/p&gt;
 </description>
     <pubDate>Mon, 19 Aug 2002 22:32:32 +0000</pubDate>
 <dc:creator>mjames</dc:creator>
 <guid isPermaLink="false">comment 1112691 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Finding Other Than CGI scripts for forms</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/creatingsending-mail-opt-form#comment-1112479</link>
    <description> &lt;p&gt;Thanks, Marc.  I&#039;ll check that out ASAP.&lt;/p&gt;
&lt;p&gt;I&#039;m a real novice in forms. Are you saying that the suffix (file type) is what dictates where it goes when a visitor clicks the submit button?&lt;/p&gt;
&lt;p&gt;Is there an easy read you know of that&#039;s available without cost on forms (either online or off)?&lt;/p&gt;
&lt;p&gt;I&#039;m leaning toward breaking them up into separate forms, but don&#039;t want to put any greater burden on my visitors than necessary, by making them fill out several separate forms.  Maybe separate sections of the same page...&lt;/p&gt;
&lt;p&gt;Your input is very much appreciated.&lt;/p&gt;
&lt;p&gt;Jan&lt;/p&gt;
 </description>
     <pubDate>Wed, 14 Aug 2002 03:20:28 +0000</pubDate>
 <dc:creator>JanCounselor</dc:creator>
 <guid isPermaLink="false">comment 1112479 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/creatingsending-mail-opt-form#comment-1112475</link>
    <description> &lt;p&gt;1. In most forms, you can keep the same fields and boxes and just change the path to the form file (usually .cgi, .pl, or .php) which process the form and interacts with the server to ultimately e-mail you. The script I recommend gives you its own formmail address so you should be able to just plug that in.&lt;/p&gt;
&lt;p&gt;2. Unfortunately, it is a Perl/CGI script so it won&#039;t work on your NT server, only UNIX. I recommend having a look around Hotscripts.com and ResourceIndex.com as scripts for NT servers are much more scarce!&lt;/p&gt;
 </description>
     <pubDate>Wed, 14 Aug 2002 03:08:15 +0000</pubDate>
 <dc:creator>mjames</dc:creator>
 <guid isPermaLink="false">comment 1112475 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Creating/Sending a Mail Opt-in Form</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/creatingsending-mail-opt-form#comment-1112351</link>
    <description> &lt;p&gt;Thank you, Marc!&lt;/p&gt;
&lt;p&gt;A couple questions:&lt;/p&gt;
&lt;p&gt;The form I have created is quite extensive, and asks lots of questions of my visitors; gives them multiple opportunities to request such as a newsletter, and vote for other things they&#039;d like to see on my site.  Can I modify such a script to include all the info I want?&lt;/p&gt;
&lt;p&gt;Perhaps I should not attempt to combine all of these in one form.&lt;/p&gt;
&lt;p&gt;#2:  Is this a free script to which you are referring me, and will it work with the NT server at my web host (can&#039;t do CGI scripts).&lt;/p&gt;
&lt;p&gt;Thanks, again.&lt;/p&gt;
&lt;p&gt;Jan&lt;/p&gt;
 </description>
     <pubDate>Thu, 08 Aug 2002 14:20:41 +0000</pubDate>
 <dc:creator>JanCounselor</dc:creator>
 <guid isPermaLink="false">comment 1112351 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/creatingsending-mail-opt-form#comment-1112348</link>
    <description> &lt;p&gt;I think you would be better off using this script: &lt;a href=&quot;http://www.scriptarchive.com/formmail.html&quot; class=&quot;bb-url&quot;&gt;http://www.scriptarchive.com/formmail.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There&#039;s a couple of reasons why it&#039;s better than what you&#039;re using. One, what you&#039;re doing now requires people to open their mail client when they submit the form -- what about those in public computers or who use Y! or Hotmail? And with this form script, you can specify multiple addresses for it to mail to so it&#039;s more efficient.&lt;/p&gt;
 </description>
     <pubDate>Thu, 08 Aug 2002 13:59:49 +0000</pubDate>
 <dc:creator>mjames</dc:creator>
 <guid isPermaLink="false">comment 1112348 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
