Help Loading Constant Contact

Permalink
We are currently using Constant Contact and there is a way to embed that into our site. However when we put it on there the "live help" button appears over the fields for constant contact, anyone else have this issue?

Thank you

 
waynemoore replied on at Permalink Reply
I am having similar issues. When I put the code snippet into an html block the form shows up correctly but once it's on the page I lose the Concrete5 toolbar and editing capabilities for that page, the only way to remove the block at that point is to go back to an earlier version of the page.
oaknshield replied on at Permalink Reply
oaknshield
hi
the exact same thing is happening to me..... did you ever resolve this ?
JohntheFish replied on at Permalink Reply
JohntheFish
The chances are it is a javascript issue. Something in the code you are adding is conflicting with the toolbar javascript. You may see error messages in the browser developer console.

The easiest solution to this type of problem is usually to put the external code into an iframe. There are several iframe blocks in the marketplace.

There are also pre-integrated blocks available for other email list services.
oaknshield replied on at Permalink Reply
oaknshield
hi
i got the iframe block, however it asks u to put a url, however my constant contact login form is in script tags.
I tried to insert and html block and use <iframe> script .... </frame> but that didnt work.

anyone else using constant contact on C5 ??????
JohntheFish replied on at Permalink Best Answer Reply
JohntheFish
Some ideas:
- create a static html page containing the script and load that into the iframe.
- create a tools file in the siteroot /tools directory that returns the content for the iframe
- have a look at the Piwik Iframe block and see how that does it
oaknshield replied on at Permalink Reply
oaknshield
WOW - thanks for speedy repsonse..
I tried your first suggestion of creating a blank html page - and then loading that into an iframe - and it WORKED......
i didnt even think of that
thanks a lot....