Get HTML value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 08:49 AM - edited 05-20-2024 08:50 AM
Hi @dhanrajp Please help me with the code. Below is my html code, need to print end user email address.
</td></tr><tr><td valign="top" style="font-weight: bold;padding-top:10px;padding-bottom:10px;border-bottom: 1px solid #E6E6E6; width: 100px;">End Users Email Address</td><td width="25px" ;="" style="border-bottom: 1px solid #E6E6E6;"></td><td style=" padding: 10px 5px 10px 5px; border-bottom: 1px solid #E6E6E6; font-family:Arial,'Segoe UI Emoji','Segoe UI Symbol'; font-size:10pt; color:#000000; font-weight:normal; font-style:normal; text-decoration:none; background-color:#FFFFFF; background-color:#E5E5E5; ">Siva Reddy</td></tr><tr><td
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 03:07 PM
Hi, unfortunately your post does not make your requirement or configuration clear.
Where is this email address sourced? When how is this HTML created and consumed?
If populating a field in HTML dynamically IE via a notification email scrip etc the html content would normally look something like
'<tr>' + dot.walk.to.your.record.email + '</tr>'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 06:13 PM
Hi @Tony Chatfield1 I'm trying to get "End Users Email Address" it storing the user name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2024 06:52 PM
Hi, the detail you have provided is html, but from your last post it sounds like your issue is with the code used to populate the user details into the html.
Perhaps you can share the underpinning code so the community can review and advise.