Display HTML page of user data

Display HTML page of user data

I want to create a page that displays the information that a logged in user has entered using the Add_Student form. Each user will only have 1 record. Assuming that I need to use a parameter to pass the id of the logged in user, I created a parameter named user_id_param and set it equal to zoho.loginuserid. I also added a collection variable named s (s = Add_Student [User_ID == zoho.loginuserid];). How would I display the embedded Add_Student form already populated with the user's information on load?
Thanks in advance for your assistance.