B
Bill
We have 3 simple submission forms on our website that have worked great
for at least two years. Here is one:
http://www.hcpl.lib.fl.us/catalog_materialrequest.htm
Nothing has changed to my knowledge. Suddenly, nothing is being
delivered. When you send the form in IE the debugger
pops up (run time error) and points to the following
line within the form: <form method="post" action="cgi-bin/formmail.pl"
onsubmit="return validateForm(this)"> This is not an SMTP issue (all
SMTP tests pass) - We have never used a verification script - this is
what appears to be the issue. We were using Matts formmail; so I tried
the NMS formmail
(more secure) - the same problem occurred with it also so we know its
not formmail. It must be our actual html (xhtml)form. Anyone see
anything wrong with the above code or form? Any other ways to isolate
this problem? Thanks - Bill
for at least two years. Here is one:
http://www.hcpl.lib.fl.us/catalog_materialrequest.htm
Nothing has changed to my knowledge. Suddenly, nothing is being
delivered. When you send the form in IE the debugger
pops up (run time error) and points to the following
line within the form: <form method="post" action="cgi-bin/formmail.pl"
onsubmit="return validateForm(this)"> This is not an SMTP issue (all
SMTP tests pass) - We have never used a verification script - this is
what appears to be the issue. We were using Matts formmail; so I tried
the NMS formmail
(more secure) - the same problem occurred with it also so we know its
not formmail. It must be our actual html (xhtml)form. Anyone see
anything wrong with the above code or form? Any other ways to isolate
this problem? Thanks - Bill