Gossamer Forum
Home : Products : Gossamer Links : Discussions :

How do I get checkbox or select to show

Quote Reply
How do I get checkbox or select to show
I am trying to get select or check-box to show on my include_form.html.
I have built the column and it shows correctly on the Links, properties but when I call for it on the form I get the name with a blank form box to fill out instead of the select or checkbox form. Please advise.

here is how it is listed;
<br><label for="Worship_Style" class="name">Our Worship Preference:</label>
<div class="value">
<input type="select" id="Worship_Style" name="Worship_Style" value="<%if Worship_Style%><%escape_html Worship_Style%><%endif%>" <div class="select" />
</div>
Quote Reply
Re: [ebrooks] How do I get checkbox or select to show In reply to
Hi,

You're probably best to use my ULTRAGlobals plugin, which is linked in my signature. From memory, the functions are called "Format_Select_Box" and "Format_CheckBox" (there is instructions in the Readme about how to use them)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] How do I get checkbox or select to show In reply to
Thanks Andy I will give the globals a try.
Quote Reply
Re: [Andy] How do I get checkbox or select to show In reply to
Awesome, it worked great, I only spent three days trying to learn it and with no success. Thanks
Quote Reply
Re: [ebrooks] How do I get checkbox or select to show In reply to
Np - thats why I wrote that plugin .. it has quite a few handy tools in for general sites Smile

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!