Change view depending on form
I am creating a pseudo-login for my Zoho database. Basically, I am displaying a list of contact information on my web page with an embedded view. I want each user to be able to update their own contact information, but I don't want them to have to create a Zoho account to do so.
I've created a form where they can create a user name and password. I then have another form where they "sign in." If their user name and password match the database records, new fields are displayed that are populated with their contact info, which they can then update.
This works okay, but I'm wondering if there's a way to create a new view based on the user name and password inputted on the form.
For example, if Mary with password ABCD, enters her name and password correctly and clicks "Submit," a new view is displayed that shows Mary's record only (because that's the name on the form) and allows her to click the pencil icon to edit her info.
Any help on this would be great.