I have created a simple contact form, however, I can’t get the form to send an email to the form submitter. I’m using the ‘Email Action’, with the ‘to’ ‘email’ = {{ form.data({“key”:“email_address”}) }}
I use FluentSMTP and the FluentSMTP email log shows the ‘to’ email field is empty on send (fails to send). It works if I insert a email, like joe@test.com, directly into the email field.
I have another ‘Email Action’ for admin notice and this works correctly - with all submitter fields showing within the email subject and body. The form submissions also show all correct fields.
Also, if I put the form data shortcode for ‘first_name’ into the ‘to’ ‘Name’ field, it shows as the raw shortcode, not the name, when emailed.
Here is my setup
