When a user creates an account they are required to enter some data about themselves. If the user is logged in when they access a Form, you can use this data to pre-fill fields.
Create a text field on form and then set the field name to ‘MyUserData[Extension]‘. The [Extension] must be one of the following system user fields:
- UserGuid
- UserMvcId
- UserName
- FirstName
- LastName
- OrgName
- OrgType
- OrgId
- LicenseType
- LicenseStartDate
- Entity
- ABN
- TelephoneWork
- Fax
- EntityAddressCO
- EntityAddressLine1
- EntityAddressLine2
- EntityAddressSub
- EntityAddressState
- EntityAddressPostCode
- EntityAddressCountry
For example, to pre-fill a user’s email address, you would set the field name to: {MyUserDataEmail}
Comments
0 comments
Article is closed for comments.