<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1002573" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1002573</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forms-messages-do-not-arrive-posted-robin#comment-1011442</link>
    <description> &lt;p&gt;Hi I&#039;m back!&lt;/p&gt;
&lt;p&gt;I have found a Free E-mail Form Processing host. It&#039;s at &lt;a href=&quot;http://www.bravenet.com&quot; title=&quot;www.bravenet.com&quot;&gt;www.bravenet.com&lt;/a&gt;. Does anybody know if they are any good. Or does anybody know of a host that provides excellent service for form processing/cgi-bin for free?&lt;/p&gt;
&lt;p&gt;Please let me know,&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Robin&lt;/p&gt;
 </description>
     <pubDate>Mon, 08 Nov 1999 04:58:00 +0000</pubDate>
 <dc:creator>robin</dc:creator>
 <guid isPermaLink="false">comment 1011442 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forms-messages-do-not-arrive-posted-robin#comment-1011441</link>
    <description> &lt;p&gt;Sorry Ian but I&#039;ve tried this one to but it didn&#039;t work either. I&#039;m planning to leave angelfire. My forms also don&#039;t work at tripod.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Robin&lt;/p&gt;
 </description>
     <pubDate>Fri, 05 Nov 1999 00:56:00 +0000</pubDate>
 <dc:creator>robin</dc:creator>
 <guid isPermaLink="false">comment 1011441 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forms-messages-do-not-arrive-posted-robin#comment-1011440</link>
    <description> &lt;p&gt;Well, you can try this one. If that doesn&#039;t work, I would consider going to a place that hosts remote email forms and set one of them up on your site. There are plenty of free ones about.&lt;br /&gt;
I think your server is the possible cause and it would be interesting to know what they have to say about it. You may have to do a bit of customizing for this one.&lt;/p&gt;
&lt;p&gt;&amp;lt;script Language=&amp;quot;JavaScript&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!-- hide script from non compliant broswers&lt;br /&gt;
function mailIt(form) {&lt;br /&gt;
var data = document.dataForm&lt;br /&gt;
var userInfo = &amp;quot;&amp;quot;&lt;/p&gt;
&lt;p&gt;// comment out the next line if you want to hardcode the recipient&lt;br /&gt;
// then add &#039;bob@home.com&#039; to the &#039;mailform&#039; action attribute&lt;br /&gt;
// (i.e. -- ACTION=&amp;quot;mailto:bob@home.com&amp;quot;)&lt;br /&gt;
form.action += data.recipient.value&lt;/p&gt;
&lt;p&gt;// comment out the next line if you want to hardcode the subject&lt;br /&gt;
// then add &#039;?subject=example&#039; to the&#039;mailform&#039; action attribute.&lt;br /&gt;
// You must hardcode an address before you can hardcode a subject.&lt;br /&gt;
// (i.e. -- ACTION=&amp;quot;mailto:bob@home.com?subject=example&amp;quot;)&lt;br /&gt;
form.action += &amp;quot;?subject=&amp;quot; + data.subject.value&lt;/p&gt;
&lt;p&gt;userInfo += &amp;quot;Page Title: &amp;quot; +document.title + &amp;quot;\n&amp;quot;&lt;br /&gt;
userInfo += &amp;quot;Mailed From: &amp;quot; + document.location + &amp;quot;\n\n&amp;quot;&lt;/p&gt;
&lt;p&gt;form.mailBody.value = userInfo + &amp;quot;\n&amp;quot;+data.name.value +&amp;quot;\n&amp;quot;&lt;br /&gt;
+ data.country.value + &amp;quot;\n&amp;quot; + data.email.value&lt;br /&gt;
+ &amp;quot;\n&amp;quot;+data.comments.value&lt;br /&gt;
return true&lt;br /&gt;
}&lt;br /&gt;
// end hiding from non compliant browsers--&amp;gt;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;!-- --&amp;gt;&amp;lt;table&amp;gt;&lt;br /&gt;
&amp;lt;form NAME=&amp;quot;dataForm&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!-- DELETE THIS TABLE ROW IF YOU&#039;RE HARDCODINGA RECIPIENT --&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th ALIGN=&amp;quot;right&amp;quot;&amp;gt;Recipient:&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;input NAME=&amp;quot;recipient&amp;quot; SIZE=&amp;quot;40&amp;quot; VALUE=&amp;quot;YOUR@EMAIL-ADDRESS&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;!-- DELETE THIS TABLEROW IF YOU&#039;RE HARDCODING A SUBJECT --&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th ALIGN=&amp;quot;right&amp;quot;&amp;gt;Subject:&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;input NAME=&amp;quot;subject&amp;quot; SIZE=&amp;quot;40&amp;quot; VALUE=&amp;quot; my mail&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th ALIGN=&amp;quot;right&amp;quot; VALIGN=&amp;quot;top&amp;quot;&amp;gt;Your Name:&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;input NAME=&amp;quot;name&amp;quot; SIZE=&amp;quot;40&amp;quot; VALUE&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th ALIGN=&amp;quot;right&amp;quot; VALIGN=&amp;quot;top&amp;quot;&amp;gt;Country:&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;input NAME=&amp;quot;country&amp;quot; SIZE=&amp;quot;40&amp;quot; VALUE&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th ALIGN=&amp;quot;right&amp;quot; VALIGN=&amp;quot;top&amp;quot;&amp;gt;Email:&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;input NAME=&amp;quot;email&amp;quot; SIZE=&amp;quot;40&amp;quot; VALUE&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;th ALIGN=&amp;quot;right&amp;quot; VALIGN=&amp;quot;top&amp;quot;&amp;gt;Comments:&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;lt;input NAME=&amp;quot;comments&amp;quot; SIZE=&amp;quot;40&amp;quot; VALUE&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/form&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;br /&gt;
&amp;lt;form NAME=&amp;quot;mailForm&amp;quot; ACTION=&amp;quot;mailto:&amp;quot; METHOD=&amp;quot;post&amp;quot; ENCTYPE=&amp;quot;text/plain&amp;quot; onSubmit=&amp;quot;return mailIt(this)&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;input TYPE=&amp;quot;hidden&amp;quot; NAME=&amp;quot;mailBody&amp;quot; VALUE&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td COLSPAN=&amp;quot;2&amp;quot; ALIGN=&amp;quot;right&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;input TYPE=&amp;quot;submit&amp;quot; VALUE=&amp;quot;Send My Email Now&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/form&amp;gt;&lt;br /&gt;
&amp;lt;!-- --&amp;gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 03 Nov 1999 03:09:00 +0000</pubDate>
 <dc:creator>Ian</dc:creator>
 <guid isPermaLink="false">comment 1011440 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forms-messages-do-not-arrive-posted-robin#comment-1011439</link>
    <description> &lt;p&gt;Yes Ian it did not work on my page either. Just like my one I get blank e-mails. It might not nessecarily be the browser but what about the e-mail software? Hey Robin have you set you e-mails to be text or html? Just a theory like cause it does say enctype=text doesn&#039;t it?&lt;br /&gt;
~Vy~&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
~Vy~&lt;/p&gt;
 </description>
     <pubDate>Tue, 02 Nov 1999 22:58:00 +0000</pubDate>
 <dc:creator>vy22</dc:creator>
 <guid isPermaLink="false">comment 1011439 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forms-messages-do-not-arrive-posted-robin#comment-1011437</link>
    <description> &lt;p&gt;Hey vy22 and Robin,&lt;br /&gt;
If you have time, do you want to set this script up and see if you have any joy with it on your site or if it is just as bad. If it works, feel free to use it.&lt;/p&gt;
&lt;p&gt;&amp;lt;script language=&amp;quot;JavaScript&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;function mailMe( form ) {&lt;br /&gt;
    // put some checks here&lt;br /&gt;
    return true;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;!--remember to put your email address in --&amp;gt;&amp;lt;form name=&amp;quot;email&amp;quot; method=&amp;quot;POST&amp;quot; action=&amp;quot;mailto:YOUR@EMAIL.ADDRESS&amp;quot;&lt;br /&gt;
onSubmit=&amp;quot;return mailMe( this.form )&amp;quot; enctype=&amp;quot;text/plain&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;b&amp;gt;&amp;lt;p&amp;gt;YOUR NAME:&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;input type=&amp;quot;text&amp;quot; name=&amp;quot;SUBMITED BY&amp;quot; value size=&amp;quot;30&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;b&amp;gt;ENTER YOUR URL:&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;input type=&amp;quot;text&amp;quot; name=&amp;quot;URL LOCATION&amp;quot; value=&amp;quot;http://&amp;quot; size=&amp;quot;30&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;b&amp;gt;YOUR E-MAIL ADDRESS:&amp;lt;/b&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;input type=&amp;quot;text&amp;quot; name=&amp;quot;EMAIL ADDRESS&amp;quot; value size=&amp;quot;30&amp;quot;&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;b&amp;gt;YOUR COMMENTS:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;textarea NAME=&amp;quot;COMMENTS&amp;quot; ROWS=&amp;quot;8&amp;quot; COLS=&amp;quot;30&amp;quot; wrap=&amp;quot;virtual&amp;quot;&amp;gt;&amp;lt;/textarea&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;input type=&amp;quot;submit&amp;quot; value=&amp;quot;Submit &amp;quot;&amp;gt;&amp;lt;input type=&amp;quot;reset&amp;quot; value=&amp;quot;Reset&amp;quot;&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/form&amp;gt;&lt;br /&gt;
&amp;lt;!-- --&amp;gt;&lt;/p&gt;
&lt;p&gt;see what you can come up with.&lt;br /&gt;
and let me know it is works, I still have another if it doesn&#039;t.&lt;/p&gt;
&lt;p&gt;Ian&lt;/p&gt;
 </description>
     <pubDate>Tue, 02 Nov 1999 03:30:00 +0000</pubDate>
 <dc:creator>Ian</dc:creator>
 <guid isPermaLink="false">comment 1011437 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forms-messages-do-not-arrive-posted-robin#comment-1011436</link>
    <description> &lt;p&gt;I agree with you Robin, How come these forms worked before and suddenly stopped? I would use cgi but unfortunatley don&#039;t understand how it works all I know is that you are meant to use a cgi script in a folder called scripts/cgi I think. I have tried viewing a few websites and even using the wizards on some proggies but I still can&#039;t make head nor tail about it. What do I use to code cgi scripts in? Anyway seems a bit daunting just for a simple form! All I want is a simple e-mail with a list of all the users input like this:&lt;/p&gt;
&lt;p&gt;name: bobalob&lt;br /&gt;
e-mail:bobalob@bobalob.confusedwiththesedamnforms.com&lt;br /&gt;
etc etc..&lt;/p&gt;
&lt;p&gt;it worked before but not anymore? I think this is a case for the X-files!&lt;/p&gt;
&lt;p&gt;~Vy~ &lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
~Vy~&lt;/p&gt;
 </description>
     <pubDate>Tue, 02 Nov 1999 01:49:00 +0000</pubDate>
 <dc:creator>vy22</dc:creator>
 <guid isPermaLink="false">comment 1011436 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forms-messages-do-not-arrive-posted-robin#comment-1011435</link>
    <description> &lt;p&gt;Hello I&#039;m back! Thanks for all your replies on this subject. Always nice to hear, I&#039;m not the only one with a problem.&lt;br /&gt;
I only have access to the internet via the university i&#039;m studying at. I do not have a hard drive for my own use. I also don&#039;t have a cgi-bin access.&lt;br /&gt;
I think I&#039;ll also mail Angelfire (again) and ask them if they&#039;re the cause of this!&lt;br /&gt;
I think the browser can&#039;t be the cause of this. At the moment I&#039;m working with netscape 4.0 but messages send with explorer didn&#039;t arrive either!&lt;/p&gt;
&lt;p&gt;If Angelfire is the problem, I do find it strange that the forms worked perfectly until recently.&lt;/p&gt;
&lt;p&gt;&amp;gt; Robin&lt;/p&gt;
 </description>
     <pubDate>Tue, 02 Nov 1999 00:23:00 +0000</pubDate>
 <dc:creator>robin</dc:creator>
 <guid isPermaLink="false">comment 1011435 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forms-messages-do-not-arrive-posted-robin#comment-1011438</link>
    <description> &lt;p&gt;Hey Ian,&lt;/p&gt;
&lt;p&gt;I&#039;ve tested your script Ian, but I&#039;m afraid it doesn&#039;t work on my homepage. Really appreciating your effort though!&lt;/p&gt;
&lt;p&gt;&amp;gt; Robin&lt;/p&gt;
 </description>
     <pubDate>Mon, 01 Nov 1999 22:02:00 +0000</pubDate>
 <dc:creator>robin</dc:creator>
 <guid isPermaLink="false">comment 1011438 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forms-messages-do-not-arrive-posted-robin#comment-1011434</link>
    <description> &lt;p&gt;if you have cgi-bin access, why don&#039;t you use a cgi script to handle the chore for you? Gives a more readable output. if angelfire doesn&#039;t allow it, maybe your dial-up does&lt;/p&gt;
&lt;p&gt;btw, i tried the two forms on my own website and they worked good.&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
Dan&lt;br /&gt;
&lt;a href=&quot;http://cds-computers.com&quot; class=&quot;bb-url&quot;&gt;http://cds-computers.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 30 Oct 1999 18:22:00 +0000</pubDate>
 <dc:creator>cds</dc:creator>
 <guid isPermaLink="false">comment 1011434 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/forms-messages-do-not-arrive-posted-robin#comment-1011433</link>
    <description> &lt;p&gt;Hi &lt;/p&gt;
&lt;p&gt;You will find my form on &lt;a href=&quot;http://www.usfaz.com/members/johnny/submit.html&quot; title=&quot;http://www.usfaz.com/members/johnny/submit.html&quot;&gt;http://www.usfaz.com/members/johnny/submit.html&lt;/a&gt;&lt;br /&gt;
this works sometimes but other times sends blank e-mails. I just can&#039;t figure it out! I am using almost the same script as yours.&lt;br /&gt;
Thanks&lt;br /&gt;
~Vy~&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
~Vy~&lt;/p&gt;
 </description>
     <pubDate>Sat, 30 Oct 1999 03:29:00 +0000</pubDate>
 <dc:creator>vy22</dc:creator>
 <guid isPermaLink="false">comment 1011433 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
