Gossamer Forum
Quote Reply
ENUM
I created a new field ENUM (Country) in Links Table in order to use select option.

Can someone help me to know how I can call this field in the include_form File .... must be something like :
<select size="1" name="Country">
<OPTION value=<%Country%>></OPTION>
</select> ??? or <input name.....?


Many Thanks in advance
Antoine
Quote Reply
Re: [antoined] ENUM In reply to
You can hand code it - but if you want it to automatically fill the select box try this:
http://www.gossamer-threads.com/...i?post=263425#263425