This is my issue . I am using forms to generate leads but I get a high volume of people how do not leave a phone #. My qustion is how do I use Html or Frontpage 2003 to require date to be placed in that field?
You’re going to have to use a little bit of javascript to verify this. An example of this is below:
function validate(){
if (document.form1.phone.value.length
Leave a Reply
Hello Fellow Webmasters!
Welcome to WebmasterTechs.com, your source for great webmaster resources and tips! Enjoy the site!
REFERRAL TRAFFIC CONTEST! Simply refer visitors to this site using the link given to you at registration. Top referrer wins choice of ANY script here FREE! (ends 08/30)
September 3rd, 2007 at 1:19 am
go to help menu
September 5th, 2007 at 1:14 pm
You’re going to have to use a little bit of javascript to verify this. An example of this is below:
function validate(){
if (document.form1.phone.value.length