[Plugin: Cimy User Extra Fields] Using non text fields on templates
-
Hi,
Maybe this is a general php question, but how do I place one of my fields into a template?
For example:<input class="text-input" name="state" type="text" id="state" value="<?php echo cimy_uef_sanitize_content(get_cimyFieldValue($current_user->id, 'STATE') ); ?>" />Obviously this produces a textbox, even though my ‘STATE’ field is a dropdown. Is there an input class/type for this?
Thanks.
The topic ‘[Plugin: Cimy User Extra Fields] Using non text fields on templates’ is closed to new replies.