The Validation Field element allows you to create input fields with built-in validation for user entries. It is useful when you want to ensure the data entered follows specific rules (e.g., email, number format, or custom conditions).
Available Options:
Field label – sets the visible name of the first input field.
Placeholder text – displays sample text in the first input field.
Label for second field – sets the visible name for the second input field (optional).
Placeholder for second field – displays sample text in the second input field (optional).
Additional message – optional helper text displayed below the field.
Field Layout Settings:
Half width – displays the field in half of the form width.
Required – makes the input mandatory.
Advanced Settings:
Custom class – used for advanced styling or JavaScript.
Custom ID – unique identifier for targeting the field with CSS or JS.
