Anyway we can add the subject to the envisimail link, in the form of mailto://email@domain?subject=nodepath like the contact form method does. I really want to use the invisimail option, but I need to be able to easily refer what node the email is talking about. Sounds like it should be really easy to accomplish. Please let me know what you think.

Comments

joncup’s picture

i wanted to share this snippit of code i wrote, I created a block that only shows up pages mathcing... email*/field_contact_link
this block contains the following code:

<a href=<?php print invisimail_ascii_encode('mailto:'. 'info@domain.com?subject='. $_SERVER['HTTP_REFERER'])?>><?php print invisimail_ascii_encode('info@domain.com');?></a>
joncup’s picture

Issue summary: View changes
Priority: Critical » Normal
Status: Active » Closed (outdated)