Skip to content

Extension for Xperience by Kentico to allow for easy configuration of emails for sending autoresponders and notifications in a similar format to KX13.

License

Notifications You must be signed in to change notification settings

z7-matt/xperience-community-form-notifications

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xperience Community: Form Notifications

Description

This package provides Xperience by Kentico administrators with an interface to manage form email notifications. While Kentico has developed autoresponder management into the Xperience by Kentico solution, this package was developed as an alternative to the current implementation specifically for developers upgrading clients from KX13 and older instances where users were able to manage email content and configuration more easily within the administration interface.

One particular feature of note within this extension is that it has been extended to support the use of adding form data into email templates by way of macro expressions. Similar to the behaviour of KX13 and prior versions, macro expressions defined in the recipients, subject or the content of the email will be resolved where they match a field name set within the form structure.

Xperience by Kentico Form Notifications

Requirements

Dependencies

Package Installation

Add the package to your application using the .NET CLI

dotnet add package XperienceCommunity.FormNotifications

or via the Package Manager

Install-Package XperienceCommunity.FormNotifications

Quick Start

  1. Install the NuGet package.

  2. Update your Program.cs to register the necessary services.

    using XperienceCommunity.FormNotifications;

    ...

    builder.Services.AddFormNotificationsExtensionServices();

Full Instructions

  1. Start your XbyK website.

  2. Log in to the administration site.

  3. Create or edit a form.

  4. Select the Emails option from the menu on the right side of the screen. Xperience by Kentico Form Notifications

  5. Configure your preferred notification settings.

  6. Submit the form.

  7. Watch the magic happen.

About

Extension for Xperience by Kentico to allow for easy configuration of emails for sending autoresponders and notifications in a similar format to KX13.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 78.9%
  • PowerShell 21.1%