Jump to content

How to display hidden field


MelB

Recommended Posts

Hi,

I am creating a custom theme for the advanced search module based on your tutorial. Mine has 3 custom address fields (Country, State, City). At the moment State only becomes visible after Country is selected and City only becomes visible after State is selected. How do I make them visible permanently or is this not possible? I have gone through the field settings and options but cannot see how to do this. 

I found your tutorial and have tried this:

 

<fieldset id="jr_country" class="jrVisible">   
<div class="jrFieldDiv jrLeft"> 
 {jr_county} </div>   
<div class="jrFieldDiv jrLeft"> {jr_city} 
</div>  
</fieldset>

But the fields don't display. I tried replacing jrHidden with visible.

 

Is there a way to achieve this?

 

Kind regards

Link to comment
×
×
  • Create New...