Auto-populate fields based on Login

Auto-populate fields based on Login

Hi Zoho,

I have a form that I am using for our team members to log issues related to various publications. There are certain fields that they have to enter over and over again that are the same, depending which project they are working on.

Is there any way that I can have the form automatically set default vallues depending on the login. For example,

If loginid = xyz then
Course = "Level 1"
Reporter = "Jane Doe"

else if loginid = abc then
Course = "Level 2"
Reporter = "John Smith"

end if

Is there an easy way to do this?

Thanks,
Kim