Hi guys,
My wygwam field is not populating its current value when I am editing an entry. How can I give it its value without resorting to some kind of Javascipt hack?
The form is below. It is surrounded by an exp:channel:entries tag. {field:topics_content} is the wygwam field that is not pre-populating its value.
{exp:safecracker channel="topics" return="topics/URL_TITLE" safecracker_head="yes"}
<input type=“hidden” name=“structure__template_id” value=“48” />
<input type=“hidden” name=“structure__url” value=”” />
<label for=“title”>Title</label>
<input type=“text” name=“title” value=”{title}” size=“50” />
<label for=“topics_content”>Description</label>
{field:topics_content}
<input type=“submit” value=“create” />
{/exp:safecracker}
Any ideas?
Thanks,
Shann