I have a form and one of the fields is the requestor. On form load, I want that field to be populated with user's name. I have a custom user table that contains the users of the app. So I prefer to search in this table to get the name. I understand that this can be done with javascript. Can someone provide some resources for doing this? Thanks.