Display the controlled fields when the control field is greater than 6. </pre>
If there are a set of fields that are required to be displayed and others to be kept hidden based on values selected from combo box, following syntax may be used
<pre>
onchange="_showhideheader(xxxxxx,this.value='A') ;_showhideheader(yyyyyyy,this.value='B') "
Display the custom fields associated with '''Title Bar''' type field ID xxxxxx when the control field is A and custom fields associated with '''Title Bar''' type field ID yyyyyyy when the control field is B
</pre>
'''**'''When the '''Control''' field is a '''Select Many Check Box''', you will need to use the onclick syntax. Please see the [[Show/Hide Fields|Show/Hide Fields]] article.