A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
I am trying to implement a Form validation rule in which I must ensure that my "email" and "retype email" text box values euqal each other before a form submit is accepted.
This validation need to be configurable by my editors such that it can be applied to other text field pairs.
Does this already exist somewhere for Forms 3.1 or how would you suggest that I build this?