You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue involves implementing all the necessary questions and fields for the Techtonica application form. The form should include fields with proper input types, basic validation, and clear labels for accessibility. Additionally, it should be styled according to Techtonica's branding guidelines.
Why This Is Important
Ensures users provide data in the right format, improving data quality and reducing errors.
Styling the form according to Techtonica's branding ensures a consistent user experience and aligns with the organization’s visual identity.
Clear labels and validation messages make the form more accessible to all users, including those with disabilities.
Acceptance Criteria
Create a new route and view for the application form (if not already existent)
Before entering the form, there should be some descriptive information about the following headings, this can have placeholder text (to be updated by program staff later) for now but the descriptive headings are provided here: The Program, Pre-Req and Form Deadline, etc
Description
This issue involves implementing all the necessary questions and fields for the Techtonica application form. The form should include fields with proper input types, basic validation, and clear labels for accessibility. Additionally, it should be styled according to Techtonica's branding guidelines.
Why This Is Important
Acceptance Criteria
<input type="email">
,<input type="tel">
).mvp
branch, notdevelop
Related Tickets
The text was updated successfully, but these errors were encountered: