Jump to content
  • 0

Display Name after login to a DataPage.


nabi

Question

4 answers to this question

Recommended Posts

  • 0

I want to display as "Welcome FirstName" when a user login using username and password to a DataPage. I could display "Welcome Username" but not the First Name. Could anyone tell me how to do so?

Thanks in advance!!!

Hello Nabi,

One way to do this is to enable Advanced Options for the Datapage, add an HTML Block, and put the following code in the HTML Block:

[@authfield:FIELDNAME]

Replace the FIELDNAME with the name of the field from the authentication table that you want to display. For example, if you want to display the Name, then the code will be:

[@authfield:Name]

You can also display authenticated values to automatically populate a field in a form by entering the same code above as a default value.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...