My code is not working. See attached image that displays what is being spit out.
{exp:safecracker channel="connection" return="video/thanks" }
<input name="title" type="hidden" value="{member_id}>
<input type="text" name="connection" id="connection" value="{connection}">
<select MULTIPLE SIZE=6 name="connection" id="connection">
{options:connection}
<option value="{option_value}"{selected}>{option_name}</option>
{/options:connection}
</select>
<input type="submit" value="Submit">
{/exp:safecracker}I have a custom filed called {connection} and it is a multiselect field. I have a series of options to select from. but it is not being parsed correctly in my safecracker publish form.