Hi,
I have a working Channel Form, but the only thing is that the relationships field is not saving.
Here is the code I’m using:
<select name="related_field" id="field_name">
{options:related_field}
<option value="{option_value}" >{option_name}</option>
{/options:related_field}
</select>Thanks!