Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 753 Bytes

contact-form.md

File metadata and controls

25 lines (14 loc) · 753 Bytes

Contact Management

CMS Kit provides a widget to create a contact form on your website.

The Contact Widget

The contact management system provides a contact form widget to create contact forms on the UI:

@await Component.InvokeAsync(typeof(ContactViewComponent))

Here, a screenshot from the widget:

contact-form

Settings

You can configure the receiver (email address) by using the CMS tab in the settings page

contact-settings

Internals

  • ContactEmailSender is used to send email to notify the configured receiver when a new contact form entry is arrived.