Perhaps I am missing it, but I can’t find any reference to working with text formatting within a SafeCracker form.
I have a working form, but the main content field of the entries are a textarea with XHTML formatting applied.
When I output the field like so (the simplest way):
<textarea name="article_content">{article_content}</textarea>... the field’s content comes through with P tags intact. This means that when I save the article, the P tags are now in the entry data.
I tried a few permutations of tags I found in the documentation, without results. I tried using the custom_fields loop, but I guess I’m unclear as to how it works — it’s an all or nothing thing?