I wanted to wrap a form field in a wysiwyg editor so that users could format their posts, but I noticed that gravity forms strips out the html content.
Is there a field type that allows HTML input?
I wanted to wrap a form field in a wysiwyg editor so that users could format their posts, but I noticed that gravity forms strips out the html content.
Is there a field type that allows HTML input?
Gravity Forms only strips out HTML on certain fields. If you are using the Post Body field, Gravity Forms should not strip out HTML content on the post body field. What type of field are you trying to use?
ah thanks. i was just using a text field.
Can I inject some HTML into the Post Body form element dynamically? I need to inject some dynamic content into the form (ie: shopping cart items) and have that information included in the email sent out... any idea what the best way to do that is?