Hi,
I’m making a channel entry form which should add data to a grid field.
The documentation is pretty straight forward…
<select id="{field_name}" name="{field_name}">
{options}<option value="{option_value}"{selected}>{option_name}</option>{/options}
</select>Field name i can handle, but what goes in the option_value, selected and option_name?
Also as i’m using a grid field, would i lay this out the same way i would with normal channel entries tag? i.e
{exp:channel:entries channel="news"}
{grid_field_name}
<h2>{title}</h2>
<p> {body}<br />
{/grid_field_name}<br />
{/exp:channel:entries}Thanks.