hi,
i have a problem using EE native checkbox field in Safecracker form. When clicking Submit i get this error: “Disallowed Key Characters.” What’s wrong here?
Dmitry
my code:
{exp:safecracker channel="read" return="read/thanks" url_title="{segment_3}" id="edit_tab_form" safecracker_head="yes" include_jquery="no"}
{custom_fields}
{if checkbox}
{options}
<label class="checkbox">{option_value}
<input type="checkbox" id="{col2}" name="{col2}[]" value="{option_value}"{checked}/>
</label>
{/options}
{/if}
{/custom_fields}
<input type="hidden" name="allow_comments" value="y" {allow_comments} />
<input type="submit" value="{bbr-mls-save}" class="button_m"/>
{/exp:safecracker}