The below code works as long as the CF (in this case ‘color’) is set in the same post/page:
[dynamictext color “CF7_get_custom_field key=’color'”]
But, my problem is I want to take the ACF value from the Page Option I’ve created. My idea is that all the forms I set up in my site have the same recipient that the user loaded in this page.
I am able to echo this valur using this code:
[php-code] the_field(’email_recipient’, ‘option’); [/php-code]
I look forward any answer
Thanks