How to Connect to Constant Contact Signup Page with HTML/JSP

SOLVED
Go to solution
RandyK7454
Rookie
0 Votes

I'm currently working on building website templates, and one of the issues I have is trying to embed the Contact Contact signup form, aka https://go.constantcontact.com/signup.jsp. Whenever I try to do so using <iframe> or <embed>, there would always be an error on my website page where "go.constantcontact.com refused to connect." (same goes for the Constant Contact home page)

 

(The line of code that results in this problem.)

<iframe src="https://go.constantcontact.com/signup.jsp"></iframe>

 

However, it would connect with Constant Contact's newsletter signup:
<iframe width="420" height="345" src="https://lp.constantcontactpages.com/su/7ntQ0lw">

(likely because the link has a different address)

 

I searched up threads in Developer Support, but only found questions related to connecting to signup forms made with this website, but not the ones from the website. I was wondering why embedding seems to be disabled for specifically Constant Contact, and if there is a way to do so, then I'd love to know. Is it for security or copyright reasons that embedding is disabled, or is there's a way to connect that I am unaware of?

 

Thank you for the help.

 

- Randy

1 ACCEPTED SOLUTION
Courtney_E
Employee
0 Votes

Hello Randy,

 

Thank you for reaching out to Constant Contact API Developer Support, my name is Courtney. My team is here to assist outside software developers with questions about building into Constant Contact's API.

 

While your question does not directly relate to Constant Contact’s API or Developer Portal, I did some additional research to ensure we could get you the best answer to your inquiry.

 

Some web pages may not display within iFrames due to security headers set within the page. These are used by the server to tell the browser whether or not the URL being requested can be used inside of an iFrame. In this case, sharing that page is most likely restricted due to our Terms of Use.

 

Constant Contact® Website and Products Terms and Conditions of Use:
https://www.constantcontact.com/legal/terms

 

Please refer to section 5.3. Restrictions on Use:
https://www.constantcontact.com/legal/terms?_ga=2.8004978.1721656419.1626102514-1849400761.162515400...

 

If you have any additional questions regarding this, please feel free to contact our Legal Team directly. You can reach them by email at legal@constantcontact.com

 

Please have a look and let us know if you have any other questions!

 

Regards,
Courtney E.
Tier II API Support Specialist


Regards,

Courtney E.
Tier II API Support Engineer

Did I answer your question?
If so, please mark my post as an "Accepted Solution" by clicking the Accept as Solution button in the bottom right hand corner of this post.

View solution in original post

1 REPLY 1
Courtney_E
Employee
0 Votes

Hello Randy,

 

Thank you for reaching out to Constant Contact API Developer Support, my name is Courtney. My team is here to assist outside software developers with questions about building into Constant Contact's API.

 

While your question does not directly relate to Constant Contact’s API or Developer Portal, I did some additional research to ensure we could get you the best answer to your inquiry.

 

Some web pages may not display within iFrames due to security headers set within the page. These are used by the server to tell the browser whether or not the URL being requested can be used inside of an iFrame. In this case, sharing that page is most likely restricted due to our Terms of Use.

 

Constant Contact® Website and Products Terms and Conditions of Use:
https://www.constantcontact.com/legal/terms

 

Please refer to section 5.3. Restrictions on Use:
https://www.constantcontact.com/legal/terms?_ga=2.8004978.1721656419.1626102514-1849400761.162515400...

 

If you have any additional questions regarding this, please feel free to contact our Legal Team directly. You can reach them by email at legal@constantcontact.com

 

Please have a look and let us know if you have any other questions!

 

Regards,
Courtney E.
Tier II API Support Specialist


Regards,

Courtney E.
Tier II API Support Engineer

Did I answer your question?
If so, please mark my post as an "Accepted Solution" by clicking the Accept as Solution button in the bottom right hand corner of this post.
Resources
Developer Portal

View API documentation, code samples, get your API key.

Visit Page

Announcements

API Updates

Join our list to be notified of new features and updates to our V3 API.

Sign Up