Hi
I think this would be great if contact form would be opened in lightbox how do you think about that?

Comments

jmary’s picture

using the automodal module and modifying line 17 in contactlink.module to become :

'attributes' => array('title' => t('Email the author via the contact form.'), 'class' => t('automodal')),

does the job.