You can use “magic strings” in the form workflow to pull in content from all sorts of places.
You could make a property on your doctype called “formEmail” and in the form workflow add “{formEmail}” so assuming that form is in the page, the email pulls from the page content.
Umbraco Forms: Overide Recipient Email within Send Email Workflow
Hi,
Currently using Umbraco Forms on my Umbraco 11 Cloud instance, have set up a workflow so the form is submitted to the selected recipent email here
My question is there a way to overide this value within the actual form docutype so the CMS user can input a different recipient email if needed?
The forms content is essentially an application form for different job vacancies, any help from this great community whould be much appreciated.
Thanks
You can use “magic strings” in the form workflow to pull in content from all sorts of places.
You could make a property on your doctype called “formEmail” and in the form workflow add “{formEmail}” so assuming that form is in the page, the email pulls from the page content.
For everything you can do see:
https://docs.umbraco.com/umbraco-forms/developer/magic-strings
is working on a reply...