I'm trying to send my email to a dynamic user, and it does not work. When I put my email in the box instead of {friendemail}, my email is successfully sent.
There used to be an old bug in Umbraco Forms - I can't imagine it's still there but maybe there has been a regression!
Essentially, and this is really weird, and you'll have to try it before you believe me but the workflow won't send an email to a dynamic email address supplied by the person filling in the form unless the 'Label' of the formfield matches the 'alias' of the formfiles (with all spaces and punctuation removed).
So in your example you have:
Alias: friendEmail
Label: Le courriel de votre ami(e)
and these do not match
if you change your Label to be 'FriendEmail' or 'Friend Email' then I expect you'll be surprised to discover that it now works...
hope that's it! (I came across it two years ago on a multilingual site so it might not be...)
Dynamic form receiver is not working
Hi!
I'm trying to send my email to a dynamic user, and it does not work. When I put my email in the box instead of {friendemail}, my email is successfully sent.
Here's a screenshot.
Am I missing something? Thanks in advance!
Hi Marc-André
There used to be an old bug in Umbraco Forms - I can't imagine it's still there but maybe there has been a regression!
Essentially, and this is really weird, and you'll have to try it before you believe me but the workflow won't send an email to a dynamic email address supplied by the person filling in the form unless the 'Label' of the formfield matches the 'alias' of the formfiles (with all spaces and punctuation removed).
So in your example you have: Alias: friendEmail Label: Le courriel de votre ami(e)
and these do not match
if you change your Label to be 'FriendEmail' or 'Friend Email' then I expect you'll be surprised to discover that it now works...
hope that's it! (I came across it two years ago on a multilingual site so it might not be...)
regards
Marc
Wow.
I'm flabbergasted.
Thanks a lot!
is working on a reply...