Notices
Overview
Notices are the on-page messages users see after submit attempts, including success and validation errors.
Best practices
- Keep success messages short and action-oriented.
- Make error messages specific so users can fix quickly.
- Match notice wording with your email confirmation language.
- Re-test notices for AJAX and non-AJAX behavior.
Verify it works
- Trigger a valid submission and confirm success notice text.
- Trigger invalid submissions and confirm field-level/global error messaging.
- Check notice readability on desktop and mobile.
What's Next
- Configure Redirects if success should send users to another page.
- Set up Email confirmation for a follow-up message.
- Review Multistep if notices need step-aware messaging.