Server-Side Validation for Form Rules
Forms now validate submissions on both the client side and server side. This ensures invalid data is blocked even if client-side validation is bypassed or fails. Server-side validation follows the same validation rules configured for each form input and directs users to a validation failure page when issues are detected.
The validation failure page lists the invalid inputs, giving submitters clear feedback on what needs to be corrected before they try again.
Business Benefits:
- Improves data quality by preventing invalid submissions from being processed.
- Provides users with clear feedback when a submission fails validation.
- Adds a reliable secondary validation layer to support better form integrity.
Steps to enable and configure
You don't need to do anything to enable this feature.
Tips and considerations
How to Start Using
- No manual setup required beyond the validations already configured on the form.
- Server-side validation is enabled automatically based on the form’s existing rule configuration.
Tips and Considerations
- Client-side validation should remain the primary user experience for correcting input errors.
- Server-side validation acts as a safeguard when client-side validation is bypassed or fails.
Access requirements
- Requires the Marketing Orchestration Add-on for Fusion Unity Data Platform. Please contact your account manager for more information.