Deeper Form Validation and dynamic control over redirect
D
Dylan Campbell
Validation: The ability to restrict submission (with an error message) if a certain input like select has a specific value set. For example; in a country dropdown send an error message if submitted with value "Ireland".
Dynamic control over redirects: Essentially the same, but the ability to change the redirect url based on what Country is selected in the dropdown.
This can currently be handled with code override, but it adds a lot more bloat and engineering requirements.