I did discover that Formmail is not keeping the onSubmit from triggering. So that helped to isolate the issue. The Google Chrome Developer tool is so handy. :)
Welcome to the Tectite Forums! You can download and get support for our free PHP FormMail (form processor) and other free software.
Type: Posts; User: Webbiz
I did discover that Formmail is not keeping the onSubmit from triggering. So that helped to isolate the issue. The Google Chrome Developer tool is so handy. :)
Hello Russell.
No sign of a "formval" <script> in my form HTML.
My _validate.js script is pretty simple. Here it is below:
function mastervalidate(frm)
{
I was hoping someone would have posted an answer to the original question.
I'm having the same issue and was wondering why.
Just so there is no mistake, the onSubmit is in my <form> tag.
...
Does anyone know the answer to this?
I'm trying to validate two email fields to be sure the user did not enter a typo.
According to the example provided, it states the following:
"field1:name1=field2:name2 field1's value must be...
Thanks again.
That page customization worked perfectly.
I have created a customer ERROR PAGE with my logo, and it provides a return link automatically to the form retaining the original values....
That was what confused me.
I thought "Please enter the image characters";" were instructions for me to enter the characters, and I could not figure out how I was suppose to know what those...
I have a couple of forms that are getting beaten up by BOTS. Deleting their spam submissions each day has finally driven me to do something about it.
Uploaded onto my server are the two files,...
Thanks Crabtree.
I'll look into their free image verification (captcha) product and see if I can pull it off.
All the best. :)
Webbiz
Thanks for the reply.
I thought of that, but I really do not want to rely on a third-party. If their site gets too busy, it would hold up my form.
Since my code already generates a random...
Greetings!
I have a HTML form of the https type (in a secure SSL area using decoder/encoder, etc.) that invokes the formmail.php upon clicking the SUBMIT button.
On this form, just above the...