Demo: June 19
Agenda
Project Website
URL: https://docs.siegelcallahan.com Password: fracus-embed-daring
- weekly demos
- marketing communications brand kit
- documentation
RAVA form complete
- full text finished in English. We’re using a method called Internationalization (IL8n), so we are ready in the future for multilingual forms (a side benefit).
- radio buttons vs. dropdowns completed
Validations
If “use” is “mixed-use”, then require number of commercial units.
If “use” is “mixed-use”, then 1) enable the field commercial units; 2) validate the user enters something for commerical unit; 3) ensure the data for commerical units is an integer.

- We validate each step of the form wizard
- Validations cannot “cross steps” of the form wizard (all on one section)
- We validate the partial steps that build the form object, and are avoiding validating the entire form object again on submission (we don’t validate twice)
Questions
- Should validation error messages be added to the copywriting? Or are standard defaults sufficient?
- May I request copywriting to be completed in two weeks?