This topic is locked

automatically fill fields by login

1/28/2010 12:41:36
ASPRunnerPro General questions
M
mfred author

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.

J
Jane 1/29/2010

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.