M
Michelle
As stated in my last post, I already tried that, but it doesn't work. Can
someone pleasy type the code so I can cut and paste it, as I have spent an
entire day working on this detail to no avail and am way behind schedule?
Again, I have a form asking for considerable information including email
address with confirmation. One field is "email_address" and the other is
"confirm_email". I tried pasting in the code:
"<input type="submit" onclick="if (sponsor_email.value ==
sponsor_confirm_email.value) { return true; } else { alert('Email addresses
do not match!'); sponsor_confirm_email.focus(); return false; } "
value="Submit" >"
That doesn't work, as it accepts both the right and wrong email addresses
without prompting on the error. I also tried the Password Javascript and
that doesn't work either. Can someone please help me with the right code to
confirm email address in forms?
someone pleasy type the code so I can cut and paste it, as I have spent an
entire day working on this detail to no avail and am way behind schedule?
Again, I have a form asking for considerable information including email
address with confirmation. One field is "email_address" and the other is
"confirm_email". I tried pasting in the code:
"<input type="submit" onclick="if (sponsor_email.value ==
sponsor_confirm_email.value) { return true; } else { alert('Email addresses
do not match!'); sponsor_confirm_email.focus(); return false; } "
value="Submit" >"
That doesn't work, as it accepts both the right and wrong email addresses
without prompting on the error. I also tried the Password Javascript and
that doesn't work either. Can someone please help me with the right code to
confirm email address in forms?