If you have a link i can try to diagnose it. It does sound like a JS error stopping it.
Thanks for the prompt response. The link is:
http://beta.gurucareers.com/what-we-do/#
And its the request callback button.
Hi Danieliser. Did you get any joy with this or do you think its a no go. I now think there’s a conflict with another piece of js running on the page (the flip counter) but i can’t work out where.
Many thanks
PJR
This issue was a javascript conflict issue. To fix the issue I cheated a bit by stripping the js out of EMs js file and hard coding it into the page where i wanted the call to take place. As the EMs js file was being loaded into the header i had to save it as a blank file to stop the conflict.
The consequence of this is if you need to add more than one modal in your site you would have to embed the js into the place you want it.