Integration library for using cloudscribe.SimpleContactForm with cloudscribe.Core. Provides seamless wiring and additional features for cloudscribe-based sites.
- Integrates SimpleContactForm with cloudscribe.Core
- Enables contact form on cloudscribe multi-tenant sites
- Extensible for custom scenarios
- Install the NuGet package:
dotnet add package cloudscribe.SimpleContactForm.CoreIntegration
- Register the integration in your
Startup.csorProgram.cs:services.AddCloudscribeSimpleContactFormCoreIntegration();
- Use the form as part of your cloudscribe.Core site.
Licensed under the Apache License, Version 2.0. See LICENSE for details.