Email extension for Umbraco Forms

Today we've released a new Umbraco package that integrates Umbraco Forms with Newsletter Studio. Umbraco Forms is a great form builder that allows editors to create and manage custom forms for any website or use case. Our integration adds two new workflows to Forms.

Send Transactional Email

This workflow makes it possible to send a transactional email when a form is submitted. It also comes with a Merge Field Provider that will expose all form fields as merge fields in our email editor making it super easy to include content from the form in emails.

Using this workflow, you can send beautiful emails and leverage transactional email features like the history log, analytics, re-sending, and more.

Add to Mailing List

This workflow lets you add a new Recipient to a mailing list based on the information submitted in the form. It includes a user-friendly field mapper that makes it easy to map form fields against fields on the recipient.

Demonstation

This video walks you though the features in about 1 minute.

The extension is open source (MIT) and the code can be found on Github. The release is available on NuGet as of today!

What to try?

Just install the extension and try it today:

dotnet add package NewsletterStudio.Plugins.UmbracoForms --version 15.0.0-rc

More from the blog