Overview
Form blocks are used to create custom forms inside the Child Blocks structure. They can only be attached to the Atomic Block, when it is set as a Form or an Input variant. This also means that there are two versions of Form blocks, one for each respective variant.
Currently Implemented Form Level Blocks:
- (Validation) Form Value Is Unique
- (Sanitation) Combine Two Fields
- (Rate Limiting) Simple Sliding Window
Currently Implemented Input Level Blocks:
- (Sanitation) Trim Text
- (Validation) Contains Value
- (Validation) Does Not Contain Value
Notes
All sanitation, validation and rate limiting occurs on the server.