How to put data from multiple form in a single html page

How to put data from multiple form in a single html page

Hi, i need to put in a single html page data from specific field of different form.
I'm working on a simple EHR, still now no problem. Now i have to put in a single document some data from different users: the doctor1 in formA set the diagnosys, the doctor2 in formB the rehabilitation target, the psycologist in formC evaluate the mental condition of the patient. In other html page i used this: for each r in formA [patientID=input.user] then near Name and Surname i put the deluge references <%=r.Name_and_Surname%> . Now i can't figure how and where i can put multiple "for each" referred to the formB and the formC.