This topic is locked

Hide email address

12/14/2006 4:21:19 PM
PHPRunner General questions
E
ehud author

I have an email address field. When the table is displayed, I would just to have a link saying "email" instead of the acutal email address displayed, for privacy reasons. Is there a way to do it?
Thanks,
Ehud
www.ijungo.com

T
thesofa 12/14/2006

do you mean in the form where you get a 'send me an email' type link on a web page, and the link opens outlook or pegasus or your own email client?

L
lawfour 12/14/2006

I checked out your site, I think I see what you want to do. Basically you dont want the email address shown but still want the user to be able to email the person without revealing the email address.
I think tech support may have to answer this question. Maybe it can be done in Events
L

do you mean in the form where you get a 'send me an email' type link on a web page, and the link opens outlook or pegasus or your own email client?

J
Jane 12/15/2006

Hi,
you can do it using Custom on the "View as" settings dialog on the Visual Editor tab.

Here is a sample code:

$value="<a href=\"mailto:".$value."\">email</a>";