Skip to content

AEM Forms server validation #1737

@royteeuwen

Description

@royteeuwen

While client-side validation (e.g., using JavaScript) improves user experience by providing instant feedback, it can be easily bypassed by:

  • Disabling JavaScript
  • Manipulating form data via browser dev tools
  • Sending crafted requests directly to the server

Server-side validation, on the other hand:

  • Ensures that all submitted data is properly checked regardless of client behavior
  • Protects against malicious inputs
  • Enforces business rules that may require access to backend systems

In AEM Forms foundation components I found an option to explicitely enable server-side validation, while I don't find this option in AEM Forms core components? Has this feature been missed / not implemented yet?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions