hi rob
updated today to the newest build safecracker.1.0.0.build.20101102
now i cannot see any checkboxes anymore in my form.
get an errormessage:
Severity: Warning
Message: preg_match() expects parameter 2 to be string, array given
Filename: safecracker_file/ft.safecracker_file.php
Line Number: 65
and
Message: Cannot modify header information - headers already sent by (output started at /home/xy/public_html/stats/system/codeigniter/system/core/Exceptions.php:171)
Filename: core/Common.php
Line Number: 424
and i saw in another thread an example for checkboxes where you had curly brackets in the checkbox-example
http://barrettnewton.com/forums/viewthread/853/
Custom Fields
{options:your_checkbox_field_name}
<label class=“checkbox”>{option_value} <input type=“checkbox” id=”{field_name}” name=”{field_name}[]” value=”{option_value}”{checked} /></label>
{/options:your_checkbox_field_name}
{field:your_matrix_field_name}
{field:your_wygwam_field_name}
{/custom_fields}
can you help me?
thanks
res