Forms won't work with Netscape

C

Chris DUncan

I made a form that works well and out of 30 forms filled
out three didn't work. We have worked out that failed
ones are folks using Netscape, any ideas to why when
someone fills the form out in Netscape I don't get the
email?

The person filling out the form gets the page that says
the form was sent but nothing comes through.

Thanks for any ideas

Chris
 
A

Andrew Murray

I don't know why.....but it may not be a browser problem since the form handler
is server-side (i.e. the frontpage form handler) not client-side (i.e. the
user).....but a submit button calling the script in netscape should be the same
as in Internet explorer....

Check the email address(es) you're using - make sure they're valid email
addresses, since there is nothing in the form handler that deals with bounced
emails, since it is coming from a web-based form, not another user's email
program, therefore anonymity is name of the game, and there's no "sender" email
to bounce the mail, if it is indeed being sent to an invalid address.
 
Top