Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
Is it possible to add an opt-in method in Umbraco Forms?
I want to add 2 checkboxes to a form, each checkbox defines which email the form should be sent to. If both are checked, the form should be sent to both the emails.
Current version: 7.7.13
Hi Marc and welcome to our.
This is not something that comes about of the box of Umbraco Forms. What you can do is write your own custom workflow for this case.
Look how you can create custom workflow:
https://our.umbraco.org/documentation/products/umbracoforms/Developer/Extending/Adding-a-Workflowtype
Same goes for field types. https://our.umbraco.org/documentation/Add-ons/umbracoforms/developer/extending/adding-a-fieldtype
That being said. I found a similar thread to what you are trying to do. See here https://our.umbraco.org/forum/using-umbraco-and-getting-started/85281-umbraco-forms-send-email-depending-on-dropdown-option
I can see that Jeffrey are mentions the package called https://our.umbraco.org/projects/backoffice-extensions/perplexmail-for-umbraco
Perhaps this could be a solution for you to solve what you are trying to archive
/Dennis
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Opt in possibility
Hi,
Is it possible to add an opt-in method in Umbraco Forms?
I want to add 2 checkboxes to a form, each checkbox defines which email the form should be sent to. If both are checked, the form should be sent to both the emails.
Current version: 7.7.13
Hi Marc and welcome to our.
This is not something that comes about of the box of Umbraco Forms. What you can do is write your own custom workflow for this case.
Look how you can create custom workflow:
https://our.umbraco.org/documentation/products/umbracoforms/Developer/Extending/Adding-a-Workflowtype
Same goes for field types. https://our.umbraco.org/documentation/Add-ons/umbracoforms/developer/extending/adding-a-fieldtype
That being said. I found a similar thread to what you are trying to do. See here https://our.umbraco.org/forum/using-umbraco-and-getting-started/85281-umbraco-forms-send-email-depending-on-dropdown-option
I can see that Jeffrey are mentions the package called https://our.umbraco.org/projects/backoffice-extensions/perplexmail-for-umbraco
Perhaps this could be a solution for you to solve what you are trying to archive
/Dennis
is working on a reply...