Gossamer Forum
Home : Products : DBMan : Discussions :

Fields which rely on other fields

Quote Reply
Fields which rely on other fields
Part of my data base is a future date, it consistes of 3 drop down menu fields (all alpha fields). I was wondering if its possible to produce an error message if the user enters an invalid date! (Like when the user doesn't fill in a required field)
Some thing like: -

if ($month = 2) ($day = < 29){
&html_date_error;
}

This way you can't have Februrary 31, cause it doesn't exist!

Subject Author Views Date
Thread Fields which rely on other fields bjblackmore 2396 Oct 12, 2000, 9:40 AM
Post Re: Fields which rely on other fields
bjblackmore 2304 Oct 13, 2000, 3:50 AM