Support

Account

Home Forums Backend Issues (wp-admin) Use posted acf value in other acf field (same post) Reply To: Use posted acf value in other acf field (same post)

  • Now I don’t see anything so the code is gone but the output becomes blank.

    Just to mention again: The shortcodes are added to an ACF textarea field and that field is used as email BODY. So I do not use the regular content field from the post itself.

    Any other ideas? I saw your example code online asiel and many people say it works so I guess it does but only for the regular content field and not for ACF fields?

    I also tried to activate shortcode within ACF field by adding this to functions.php but again the same blank result:

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

    Anything?