Print Page | Close Window

Required Fields - DOB & Number

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=22853
Printed Date: 08 April 2026 at 2:52am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Required Fields - DOB & Number
Posted By: kcuk
Subject: Required Fields - DOB & Number
Date Posted: 08 March 2007 at 1:22pm
Hello All

Need to make the DOB required but whenever i use the following code the page loads with insuffiencent access page any ideas using the code below
Thanks

        //Check for a DOB Day Selection
        if (formArea.DOBday.value.length <= 3){
                errorMsg += "\n\tPlease-    Select your DOB Day";
        }
       
        //Check for a DOB Month Selection
        if (formArea.DOBMonth.value.length <= 3){
                errorMsg += "\n\tPlease-    Select your DOB Month";
        }

        //Check for a DOB Year Selection
        if (formArea.DOBYear.value.length <= 3){
                errorMsg += "\n\tPlease-    Select your DOB Year";
        }

need to do the same with telephone number but seem to get the same error when i apply the above to the telephone number field?


-------------
Kevin Coster



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net