Hi I think this would be great if contact form would be opened in lightbox how do you think about that?
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.
Comments
Comment #1
jmary commentedusing the automodal module and modifying line 17 in contactlink.module to become :
does the job.