Contact Form and E-mail:
Poor scripting resulted in a faulty form.
Problem:
A simple mailto: script was used to send the form (so of course the form did not sent).
A JavaScript alert had been set and misinformed the user about sending the information.
Solution:
Change the code and use the CGI-bin to send the form.
Add JavaScript to see if the form was filled out properly. |