I am using an email address field in an advanced p...
# advancedpdf
j
I am using an email address field in an advanced pdf/html and it's returning it as a link (mailto:email@emailaddress.com) format. I need it to just be a string, no link, no underline. Any idea on how to do that?
span with style="text-decoration:none;" wrapping around it does not work.
Reference for if anyone searches later and finds this query for their own issue: The email field is an HTML field in netsuite so use @url at the end of the field to get just the text. In my particular case, it became: ${entity.email@url}
👍 1