Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
I need to have user information automatically fill based on the login of the user. There aree 6 fields that appear in the form that are part of the user profile.
Hi,use AfterSuccessfulLogin event to save all these values in the Session variables:
Session("FieldName1") = data("FieldName1")
Then set up Session("FieldName1") as default values on the "Edit as" settings dialog on the Visual**Editor**tab.