I've been developing a publications application that has a drop down menu where you choose one of the publications types the form then changes(using jquery) to show and hide fields that are required. For example:
Every Publication: Title Conference: Start Date End Date Journal: Volume Number
What i am wondering is how i could get form validation to work so that it doesn't say one of the journal paper fields are required when the user is inputting a conference paper.
Thanks in Advance,
Dean