Hi, We are trying to make a request form with the usual info, like name,
address, which would be required fields, which we can figure out. But
also, the form would have radio buttons to select the purpose/reason of
the request form. So, you would have Reason/Purpose A, Reason/Purpose B,
and Reason/Purpose C. Each reason/purpose would require different user
input on the form. So, how can one validate a field based on the
Reason/Purpose option selected. I realize this would require Javascript,
eit...