Tuesday, April 8, 2008

sales force web-to-lead form custom field validation Live example

input id="00N70000001xxx" name="00N70000001xxx" size="12" type="text" onblur="validateDate(this);"

if(document.getElementById('00N70000001vxxx').value=='' )
{
alert('Invalid Blank');
return false;
}

No comments: