Set up a form in Umbraco forms which has an email field in it -
I've taken that field alias and added it as a tag {recipientEmailAddress} into the workflow. When I do this it fails to arrive in my inbox.
If I add a manual address in the workflow the email sends fine.
Auto responder in form not working
Set up a form in Umbraco forms which has an email field in it - I've taken that field alias and added it as a tag {recipientEmailAddress} into the workflow. When I do this it fails to arrive in my inbox.
If I add a manual address in the workflow the email sends fine.
Any ideas?
Thanks John
Comment author was deleted
Yes just noticed this yesterday, unforunatly the syntax doesn't use the alias but the name (without strange chars and spaces)
Make some noise here https://github.com/umbraco/Umbraco.Forms.Issues/issues/35
Sorry Tim, not a developer so sorry if I sound dim...
But if I'm reading you right you don't use the alias anymore but the field name, e.g.
Field name: Recipient email
Alias: recipientEmail
In the workflow I'd use:
{Recipientemail}
rather than:
{recipientEmail}
Cheers
Ignore the above Tim
Just tested my interpretation of you post and it worked fine!
Cheers
John
Comment author was deleted
Sweet!
is working on a reply...