Mailing list sign-up
Sign up for my mailing list to find out where I’ll be.
I prefer to receive emails in HTML format
I’m lazy and mostly honest, so it’s incredibly unlikely to become SPAM.
required field
var fieldstocheck = new Array(); fieldnames = new Array();
function checkform() {
for (i=0;i if(! compareEmail())
{
alert("Email addresses you entered do not match");
return false;
}
return true;
} function addFieldToCheck(value,name) {
fieldstocheck[fieldstocheck.length] = value;
fieldnames[fieldnames.length] = name;
} function compareEmail()
{
return (document.subscribeform.elements["email"].value == document.subscribeform.elements["emailconfirm"].value);
}
Confirm email
I prefer to receive emails in HTML format
Comments
Sorry, the comment form is closed at this time.

No comments yet.