Hey everyone,
I am using the accordion content script in a form.
http://www.dynamicdrive.com/dynamici...daccordion.htm
I have this working great with a form that the end user needs to fill out. I have been asked to somehow visually let the end user know that when they fill out the section below that that section is complete.
[code]
<h3 class="AccordionHeader">Past Medical History</h3>
<div class="AccordionPane">
<textarea name="Past Medical History" id="Past Medical History" cols="55" rows="8"></textarea>
</div>
<h3 class="AccordionHeader">Family History</h3>
<div class="AccordionPane">
<textarea name="Family History" id="Family History" cols="55" rows="8"></textarea>
</div>
[code]

