I need to add some freeform html/text between fields.
Other than writing a filter to replace/delete unwanted output, is there a way to insert a true HTML block that isn't wrapped?
So, instead of this:
<li id="field_3_53" class="gfield gfield_html gfield_html_formatted gfield_no_follows_desc">whatever
It just outputs this:
whatever
Thoughts?