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
We'd like to implement a form that allows users to input background information about themselves, depending on what type of user they are (patient vs. clinician).
For now, feel free to style forms and/or pages as much or as little as you like, though note we may need to modify styling when designers submit lo-fis.
Create a folder app/background and implement the background information form
Make sure to have a page.tsx to display to users, but feel free to create/use other files as necessary.
Patients should be able to add/edit the following data:
First name
Last name
Age
State
City
Zip code
Clinicians should be able to add/edit the following data:
First name
Last name
Employer
State
City
Zip code
Users may have entered this information during #, so be sure to autofill wherever possible.
Make sure the form is under a private route! That is, users who are not signed in should not be able to access the form.
The text was updated successfully, but these errors were encountered:
Resources
Description
We'd like to implement a form that allows users to input background information about themselves, depending on what type of user they are (patient vs. clinician).
For now, feel free to style forms and/or pages as much or as little as you like, though note we may need to modify styling when designers submit lo-fis.
app/background
and implement the background information formpage.tsx
to display to users, but feel free to create/use other files as necessary.The text was updated successfully, but these errors were encountered: