I am wondering the same.
I have the recipient email in a custom field located in a Option Page.
I would like to know if it’s possible to do.
Thanks
Me too. That would be really useful
Any advance in this issue? :/
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
Works fine on a site i’m working on right now. What are you looking for exactly?