Hi I want to use a list with safecracker I have created the html_styles custom field and I am using it the same way I used in other pages but instead of getting the options I have added I get this {option_name}
the strange think is that I have other lists in other pages working fine with the same code.
{exp:safecracker channel="users" return="epiplo_main/update_site/ENTRY_ID" entry_id="{segment_3}"}
<link href="{path=css/_ee_saef_css}" type="text/css" rel="stylesheet" media="screen" />
{exp:jquery:script_tag}
<p>
<label class="span-1 first" for="title">Î?νομα ÏÏ?θμίÏ?εÏ?ν</label>
<input type="text" name="title" id="title" value="{title}" size="50" maxlength="100">
</p>
<p>
<label class="span-1 first" for="url_title">URL Title</label>
<input type="text" name="url_title" id="url_title" value="{url_title}" maxlength="75" size="50" /></br>
</p>
<hr/ class="clear">
<p class="span-2 first">
<label class="span-1 first" for="html_styles">Î?Ï?ιλογÎÏ? Î?μÏ?άνιÏ?ηÏ?:</label>
<select name="html_styles" id="html_styles">
{options:html_styles}
<option value="{option_value}"{selected}>{option_name}</option>
{/options:html_styles}
</select>
</p>
<hr/ class="clear">
<input type="submit" name="submit" value="Î?αÏ?αÏ?Ï?ÏηÏ?η" class="button"/>
{/exp:safecracker}