([10] > [11]) ? (1) : (0)This would compare field 10 to field 11 and if the value of 11 is greater the value of the hidden field will be 1. if it's lower then the value will be 0. You can then use that as the basis of your conditional logic to show / hide your other field. Failing that then jQuery would be the way to go. I dont think there's an example in the FF KB that does exactly what you need but THIS is close and could be amended. Hope that helps. Chris
Please login or Register to submit your answer