Hello,
I create a listing website.
To do that, I created a custom post "listing" with custom fields. One of them is the email, I named it email_agent.
On the listing, I have included a contact form.
I want the form to be sent to the email of the author of the lidting, namely email_agent.
I don't see how to get this email.
I tried the form of elementor but there is no dynamic email.
So I tried fluent form pro. With this plugin, I can send the notification to any email on the form {xxx} with xxx as variable.
I tried to follow your tuto : https://docs.metabox.io/displaying-fields/
And I used {rwmb_meta( 'email_agent' )} but it does not work.
I don't see what to do.