Now I create new plugin to realize form actions. For few days I will publish it.
DONE !!!
I finished Forms_actions plugin – available on github https://github.com/dadmor/Forms_actions
You could send emails now.
If it’s ok give me feedback and I’ll start registration process on wp repo.
To send email use Forms Actions plugin.
https://ww.wp.xz.cn/plugins/forms-actions/
Solution:
Install both plugins.
Create acf fields like: email, subject and message. Display it.
Click “send email” on Forms actions box.
Done.
If you don’t want to show email field, choose hidden_field in ACF form.
Acf_frontend_display render hidden input field. If you choose “forced hidden” option on hidden_field, ACF dont render this field on front, but your email addres was send.