I am trying to create a website where users answer a form every day. The questions will always remain the same. I understand how to take user input and connect it to a dataset but I don’t know how to actually display the information that specific user’s inputs. For example, if User A fills out the form one time per day for 3 days, I want them to be able to access a page where they can see what they inputted for the past 3 days. User B will be able to do the exact same thing but will only see their answers and not User A’s. Does anybody know how to do this? Thanks in advance.