I created a form on my website for customers to request a brochure, included
name address state and zip then the submit button. When I used it on firefox
it worked, when I used it on msn it sent the email with no contents. How do I
remedy this, I wrote the script did not use the fp form creation thing it
wouldnt let me set it to email saying something about the server.

Re: form question by MikeR

MikeR
Sat Aug 27 10:07:17 CDT 2005

I don't understand "When I used it on firefox it worked, when I used it on msn".
Firefox is a browser, MSN is ???. Did you mean Internet Explorer? There's really not
enough information here.
Need to see the script/site to try an answer.
MikeR 1st

Barbiemo wrote:
> I created a form on my website for customers to request a brochure, included
> name address state and zip then the submit button. When I used it on firefox
> it worked, when I used it on msn it sent the email with no contents. How do I
> remedy this, I wrote the script did not use the fp form creation thing it
> wouldnt let me set it to email saying something about the server.

Re: form question by Barbiemo

Barbiemo
Sat Aug 27 10:21:02 CDT 2005

Mike thanks for your reply I guess I mean IE here is the script:]

<p><FORM action="mailto:aguila@semo.net" method="POST" >


<p>

<textarea rows="2" name="S1" cols="20"></textarea>Comments<p>
<input type="text" name="T2" size="20">Name<p>
<input type="text" name="T3" size="20">Email Address<p>Would you like to be
put
on our Brochure Mailing List?<p><input type="checkbox" name="C1"
value="ON">YES
<input type="checkbox" name="C2" value="ON">NO<p>If so Please fill out your
Information below:<p><input type="text" name="T4" size="20">Address<p>
<input type="text" name="T5" size="20">City<p>
<input type="text" name="T6" size="20">State<p>
<input type="text" name="T7" size="20">Zip Code<p><br>
<input type="SUBMIT" value="Send">
</FORM>
when I go on the site and mail it .. it sends an empty email.
"MikeR" wrote:

> I don't understand "When I used it on firefox it worked, when I used it on msn".
> Firefox is a browser, MSN is ???. Did you mean Internet Explorer? There's really not
> enough information here.
> Need to see the script/site to try an answer.
> MikeR 1st
>
> Barbiemo wrote:
> > I created a form on my website for customers to request a brochure, included
> > name address state and zip then the submit button. When I used it on firefox
> > it worked, when I used it on msn it sent the email with no contents. How do I
> > remedy this, I wrote the script did not use the fp form creation thing it
> > wouldnt let me set it to email saying something about the server.
>

RE: form question by Barbiemo

Barbiemo
Sat Aug 27 10:25:04 CDT 2005

Mike I found the problem, it was with my server and thier dns and zones
probagation(?) they should have it up and running with in an hr. thanks again
for your help

"Barbiemo" wrote:

> I created a form on my website for customers to request a brochure, included
> name address state and zip then the submit button. When I used it on firefox
> it worked, when I used it on msn it sent the email with no contents. How do I
> remedy this, I wrote the script did not use the fp form creation thing it
> wouldnt let me set it to email saying something about the server.

Re: form question by MikeR

MikeR
Sun Aug 28 07:32:51 CDT 2005

Glad you got 'er done.
Mike

Barbiemo wrote:
> Mike I found the problem, it was with my server and thier dns and zones
> probagation(?) they should have it up and running with in an hr. thanks again
> for your help
>
> "Barbiemo" wrote:
>
>
>>I created a form on my website for customers to request a brochure, included
>>name address state and zip then the submit button. When I used it on firefox
>>it worked, when I used it on msn it sent the email with no contents. How do I
>>remedy this, I wrote the script did not use the fp form creation thing it
>>wouldnt let me set it to email saying something about the server.