I haven’t been able to find an example of using Safecracker with a multiselect field that works for me.
The following code…
{exp:safecracker channel="reservations" error_handling="inline"}
{services_requested}
<label for="services_requested">Services Requested:</label>
<select name="services_requested" id="services_requested" size="4" multiple="multiple">
{select_options}
</select>
{/services_requested}
{/exp:safecracker}throws the following error:
Fatal error: Call to a member function parse_type() on a non-object in D:\Sites\expressionengine.chasin-tails.ca\www\system\expressionengine\fieldtypes\multi_select\ft.multi_select.php on line 140
My services_requested field is a standard EE Multi Select field. Anyone have any idea what might be happening? This is the syntax of the only Multi Select example I could find.
Thanks!