Hey there
I have a form that uses a few HTML fields to display some content to the website visitor.
When editing these fields in the Gravity Forms Form Editor they are shown as plain text, which makes editing them for normal users a pretty bad experience, since they contain some formatting, lists and links.
Is there a way to activate a visual editor / Tiny MCE or similar for the editor of the field? I don’t need to activate it for website visitors looking at the form…the HTML is rendered properly there of course.
The field value might contain something like:
<p>Lorem ipsum dolor sit amet, <strong>consectetuer adipiscing</strong> elit. Donec odio. Quisque volutpat mattis eros. Nullam malesuada erat ut turpis. Suspendisse urna nibh viverra non semper suscipit posuere a pede.</p>
<ul>
<li><a href="https://my-link-target.com">Target Link Text</a></li>
<li><a href="https://my-second-target.com">Second Link Link Text</a></li>
<li><a href="https://my-third-target.com">Third Link Text</a></li>
</ul>
<h4>A header text</h4>
<p>
Donec nec justo eget felis facilisis fermentum. Aliquam porttitor mauris sit amet orci. Aenean dignissim pellentesque felis.
</p>
Did not find solutions to this on the interweb
Thanks for any help.
Aaron