Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Westin] Enhancing the Search?

Quote Reply
Re: [Westin] Enhancing the Search? In reply to
Maybe this can somehow be used:

Code:
<div class="row required clear">
<label for="Description" class="nicetext">&nbsp;</label>
<div class="value">
<%Plugins::ULTRAGlobals::Format_Checkbox_Field('deckformats',$deckformats)%>
<%loop checkbox_loop%>
<input name="<%field_name%>" id="<%value%>" type="checkbox"value="<%value%>" <%if selected%>checked<%endif%> />
<label for="<%value%>"><%name%></label>
<%endloop%>
</div>
</div>
Subject Author Views Date
Thread Enhancing the Search? Westin 4172 May 20, 2009, 6:57 AM
Thread Re: [Westin] Enhancing the Search?
Westin 4061 May 20, 2009, 7:08 AM
Thread Re: [Westin] Enhancing the Search?
Westin 4057 May 20, 2009, 7:16 AM
Post Re: [Westin] Enhancing the Search?
Andy 4076 May 20, 2009, 7:25 AM