Home › Forums › General Issues › Default content not working when using front-end form › Reply To: Default content not working when using front-end form
The content field on the front end uses an ACF WYSIWYG field and not the standard WP field.
You might be about to alter the default value using an acf/prepare_field function… but this is only a guess and not tested, so I don’t know all of the details. https://www.advancedcustomfields.com/resources/acf-prepare_field/
add_filter('acf/prepare_field/name=_post_content', 'set_acf_form_default_content');
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.