If you are using a screen reader or other auxiliary aid and are having problems using this website, please contact us at 1.800.633.7077.
Example Form
Success - Example Form
Example Form
Note: when the form is submitted, list the amount of errors ("X Error(s) - ") or "Success - " in the h1
Example of an accessible form.
Introductory and instructional copy goes here.
Starred (*) fields are required.
On Success the display the success-box:
Thank you for your message!
Your message has been forwarded to CEFCU Investment Services. If you've requested information or a reply, it will be processed within one business day.
If there are errors display them in the error-box:
- Put the number of errors again
- List each error
- link each error to the id of the input the error is on.
You have 8 Error(s)
We apologize, but your form could not be submitted for the following reason(s):
Full Name: Please enter your name.jumps to error
Street Address: Please enter your full street address.jumps to error
City: Please enter your city.jumps to error
State: Please enter your state.jumps to error
ZIP/Postal Code: Please enter a valid ZIP or Postal Code.jumps to error
Country: Please enter your country.jumps to error
Email Address: Please enter a valid email address.jumps to error
Home Phone: Please enter your Home Phone number. jumps to errorjumps to error
General Notes:
- Separate common sections in fieldsets
- Any instructional copy within the form needs to be associated with an input using aria (
aria-describedbyoraria-labelledby), or it will not be read by a screen reader. - Radio buttons and Inputs should be within a fieldset.