So I use the ACF Form head and ACF Form to create a frontend editor for my customer which works fine.
BUT when I have a textarea/wysiwyg editor for example, where my customer can add an iframe from google maps or a custom script. The Scripts are removed after saving and the content doesn’t display properly.
When I add the same content in the backend, everything works fine.
Ever found a way on how to do it on the front-end ?
Experiencing same issue.
Not yet. But didn’t try it again actually.
After I posted my question, I did 🙂 Well, James form ACF support gave it to me.
Set kses to false in the form arguments, see https://www.advancedcustomfields.com/resources/acf_form/#parameters.
This won’t do for me because I want one field specific, not all of them, so I’m gonna solve it differently, but you might be helped with it.
Thanks a lot, will try that
even when i Set kses to false it doesn’t work !!!
any ideas about how to solve that ?!