Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 1.98 KB

File metadata and controls

38 lines (20 loc) · 1.98 KB

WorkflowsRegex

WorkflowsRegex.OrchardCore is an Orchard Core CMS Module that provides a regular expression validator in Workflows for form fields.

The module was built for a presentation. The version of Orchard Core CMS at the time, beta 2, did not include a regular expression validator for form fields.

Status

Build status Status

Getting Started

Add the NuGet package, WorkflowsRegex.OrchardCore, to the Orchard Core CMS Website. Launch the website and sign in as an administrator to enable the module from the dashboard under Configuration -> Modules.

WorkflowsRegex.OrchardCore

Create a workflow and select Add Task. Filter the workflow tasks by Validation and choose the Regex Validator task.

Regex Validator

Edit the task settings. Enter a form field and a regular expression for validation.

Orchard Core CMS Workflows Task Editor

For presentations, you can simply create a workflow that accepts a form submission and logs a validation error.

Orchard Core CMS Workflow

Bugs

There are no known bugs.

Road map

There are no plans to add any additional features.

Credits

WorkflowsRegex.OrchardCore is created and maintained by David Hayden.