Would like users to be able to fill in (or update?) a form and save it all within the system.
Change forms model to just be title, initially intialize it with all the known titles. When someone uploads "Other", create new form model with the title of the "Other" form. Student model will add an array of strings called forms which will hold the names of all the forms they have completed.
Would like users to be able to fill in (or update?) a form and save it all within the system.
Change forms model to just be title, initially intialize it with all the known titles. When someone uploads "Other", create new form model with the title of the "Other" form. Student model will add an array of strings called forms which will hold the names of all the forms they have completed.