Hi **Praveen**,
> Is there any possible way to show user's email ID?
**Yes**
> How?
```
<p style="font-size: 14px; color: yellow;">
<br/>
#{identity.user.mail}
</p>
```
> What the end result will look like?
**Like** [**this**](https://pasteboard.co/H9oHU4e.png)
Thanks!