When using a dyanmic field in the Send to custom email address field I get this error (FlunetSMTP log):
{
“code”: 422,
“message”: “You must provide at least one recipient email address.”,
“errors”: null
}
This is the ACF field I use: {acf_flexible_content_forms_contact_email}
I tried putting the dynamic data in a text field and it shows the correct email so email string is there.
sadly, I’m not able to replicate the issue with my local form. Can you try to use dynamic data from option page for example, just to test if that works?
I can replicate the issue when placing the dynamic tag in ACF flexible content layout loop.
I have added this to the bug tracker.
By the way, the correct hidden field dynamic tag should be {{pclnte}} You can try this temporary workaround. But it’s not a good way to solve the issue because it will be shown in the DOM.