Github

Form Blocks

Sanitation, validation and rate limiting for Atomic Payload forms.

Atomic Payload Is Not Recommended For Production Builds At The Moment

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.