Hi guys,
I’m very new to SC. Hopefully this is a quick question…
How do I display the field data for a custom field (DM EECK) when editing the SC form?
Inside a {custom_fields} loop, I have:
{if dm_eeck}
{display_field}
{field_data}
{/if}
I’m getting the custom field showing with the data, then a duplication of the data. However, if I remove {display_field}, I get just the data (not inside the custom field [which is CK Editor]). If I remove {field_data}, I get a standard textarea with the data inside.
See screenshot.
(FYI, I cut and pasted some HTML from the SC guide as a test—that’s what you’re seeing in the rendered data)
What’s the proper syntax for displaying custom field data IN the custom field?