Hi, I'm using a bit of simple javascript to create panels in my form that open and close a set of fields. Can someone tell me how to get the closed panel to open up if there is an empty required field? Right now, the validation message shows up at the top left of the page because the panel is closed.
Here is a bit of that code used:
Any help is appreciated. Thank you.
Here is a bit of that code used:
<a href="javascript:void(0)" onClick="$j('#optionlist').slideToggle('fast');">
<div id="optionlist" style="display:none;">
Any help is appreciated. Thank you.