I have several forms that will have the same radio button choices. Then depending on the choice, I would like to pull the first and last name out for further use from a hidden field. We use a database for staff, a different one for students, and the student teachers are just write ins.
The radio button will open up different sections for a look up in the different databases depending on the choice. Once the information is acquired I felt the easiest way to have a common thread to get the name for later would be in a hidden area. That way on the business process I would only use the hidden area to call the name.
Also, while I am at it, another I have is I have parsed the date field also in the hidden area to make it easier for filing away. What I would actually prefer is to use the date field at the top, and if it is after July 1st parse the year to Year +1 in the hidden area, if before July 1, then keep the current year. That way I can save the form under the current school year.
I will include the form as I have it so far.