Hi all!
I am making a registration form for students who will be attending a summer camp. Because they are minors, we need agreements (I am structuring these in a simple "check the box if you agree to the code of conduct" format ) from both students and parents.
The catch is that students and parents may not be filling the form out together. So, if students fill out their portion and submit it, I need to send another form to parents so they can check their respective boxes. Ultimately, all of this information needs to be contained in one unique row for each student for ease of use by our registrar.
Question 1: is there a way to make two separate forms that would both save data in the same row?
Question 2: if there's not, then I end up with two separate forms, linked only by common information (likely student name and birthdate). How do I get this information saved into the original student row, along with all of the previously student-submitted info?
Thanks so much!!