Support

Account

Home Forums Front-end Issues Shortcodes in text field Reply To: Shortcodes in text field

  • Thanks for all the comments, I solved it by adding the following to my functions.php

    add_filter('acf/format_value/type=textarea', 'do_shortcode');