Jump to content
  • 0

Avatar displaying initials from Table Field


Leon13

Question

Greetings friends,

I have been trying to find a solution and the closest I came across is below, but it needs a tweak and I hope someone can please guide me:
In red below are the fields that I hope to navigate to my Table_A   Field:Initials

Thank you in advance for any guidance you have to offer :)
Cheers,
Leon 

 

 

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
.fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}
</style>
</head>
<body>

<a href="#" class="fa fa-facebook"></a>
  
</body>
</html>

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Hello @Leon13,

Could you provide more details, please?
Do you need to display avatar on the DataPage? If yes, what is the DataPage type?

For example, if this is a Submission form or Details DataPage, it is possible to retrieve data (initials) from the table using Calculated value field.

After that it is possible to use the retrieved value and to design avatar by CSS and JavaScript.

Link to comment
Share on other sites

  • 0
On 9/2/2022 at 4:05 AM, CoopperBackpack said:

Hello @Leon13,

Could you provide more details, please?
Do you need to display avatar on the DataPage? If yes, what is the DataPage type?

For example, if this is a Submission form or Details DataPage, it is possible to retrieve data (initials) from the table using Calculated value field.

After that it is possible to use the retrieved value and to design avatar by CSS and JavaScript.

Thank you very much for your response @CoopperBackpack!
I will be using the Avatar on a Tabular Report.

Thank you!

Leon 

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...