Have a working form workflow that sends an email to the site owner. I now have to also send the same email to the email address entered into the form. The field's question is "Email" and therefore I assumed the way to get it sent to the address entered would be to add a workflow where the receiveremail field was "{email}" as suggested in other OUR posts. However, this isn't working for me.
Is it possible to perform a CC by adding {email} after a comma in the original workflow? It would save a second workflow item. Or what is the correct syntax if added as another workflow item?
Here's the initial workflow that would be nice to have a CC added if possible:-
{
"id": "6618cff9-d3ce-42eb-9117-81bc770d6736",
"name": "Send email to [email protected]",
"form": "32097e8d-483a-4f1a-ba3f-dbac608ba382",
"active": true,
"workflowTypeId": "e96badd7-05be-4978-b8d9-b3d733de70a5",
"executesOn": "Submitted",
"settings": {
"Email": "[email protected]",
"SenderEmail": "[email protected]",
"Subject": "Web Site Contact Us Form - from {name}",
"Message": "The following message was received from {name} via the web site.",
"Attachment": ""
},
"sortOrder": 0
}
For some reason, adding {email} into the receiveremail field has suddenly started working for me (after 3 days!). So this whole post was a waste of time.
Hmm, that's quite an old version. Back then I used my own controller and partial for simple forms because it was easier. The last two versions have been great so have been using them. Sorry I can't help you more.
Workflow to cc to sender
Umb 7.5.11 Forms 4.4.2
Have a working form workflow that sends an email to the site owner. I now have to also send the same email to the email address entered into the form. The field's question is "Email" and therefore I assumed the way to get it sent to the address entered would be to add a workflow where the receiveremail field was "{email}" as suggested in other OUR posts. However, this isn't working for me.
Is it possible to perform a CC by adding {email} after a comma in the original workflow? It would save a second workflow item. Or what is the correct syntax if added as another workflow item?
Please advise.
Craig
Hi Craig.
Could you paste your code for you current workflow? The one that you want to add a CC for {email}?
Hi Dennis,
Here's the initial workflow that would be nice to have a CC added if possible:-
For some reason, adding {email} into the receiveremail field has suddenly started working for me (after 3 days!). So this whole post was a waste of time.
Sorry to bother ;)
Craig
Sorry for revive old posts but... can you show me how do you configure the workflow that is working?
Hi Martin,
Which version of Umbraco Forms do you have?
Hi Craig! thanks for reply. I just open a topic here before found these post
https://our.umbraco.org/forum/umbraco-forms/88524-second-email-in-workflow
I'm using Version 7.4.1 assembly: 1.0.5891.23238 and Forms: "4.3.2"
I thought I answered but it seems that the post was lost.
I'm using V 7.4.1 assembly: 1.0.5891.23238 and Forms: "4.3.2"
I also open a post here https://our.umbraco.org/forum/umbraco-forms/88524-second-email-in-workflow
Hmm, that's quite an old version. Back then I used my own controller and partial for simple forms because it was easier. The last two versions have been great so have been using them. Sorry I can't help you more.
Oh, glad it worked out for you. (And sorry for not getting back to you sooner!)
is working on a reply...