Skip to content

Commit 17b0073

Browse files
authored
Remove Future Improvements section of the Forms module documentation (OrchardCMS#17434)
1 parent 154e88b commit 17b0073

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/docs/reference/modules/Forms/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,6 @@ The final workflow should look like this:
215215

216216
![Contact Form Workflow](./assets/contact-form-workflow-1.png)
217217

218-
## Future Improvements
219-
220-
Implementing a workflow that handles form submissions is easy, but the workflow becomes big quite quickly as soon as you start adding validation logic to the mix. In the next version of the Forms module, there will be an easier way to validate Form submissions in combination with the Form widget. The Form widget will contain all of the validation settings, and there will be a single workflow activity that validates the submitted values against those settings.
221-
The low-level validation activities will remain part of the toolbox to support workflow validation for forms that are not built with the Form widget, but implemented as raw HTML for example.
222-
223218
## Video
224219

225220
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/Sd-aYy5DblI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

0 commit comments

Comments
 (0)