This is straight from the Safecracker manual:
<select name="MyCustomfield" id="MyCustomfield"> {options:MyCustomfield} <option value="{option_value}"{selected}>{option_name}</option> {/options:MyCustomfield} </select>This shows: {option:name} instead of the selected value and no other values.
<input name="MyCustomfield" type="checkbox" id="MyCustomfield" value="{MyCustomfield}" />This returns nothing (not checked when checked)
Remarks: ‘preserve_checkbox_values’ is on. Other customfields are working OK, they return the values properly.
What’s wrong?