Trigger Div Click From Link
- by Jonathan Lyon
Hi all
I have a site http://www.thebalancedbody.ca/ and there is a pop out contact form on the left (Contact) which has this id <div id="mycontactform">.
There is also a link in the footer called CONTACT US
<a href="#" title="CONTACT US">CONTACT US</a>
and I need this link to trigger the pop out contact form as if the contact tab was clicked manually.
Is this possible and how would I do it?
Thanks
JOnathan