Cargo Collective embed | Community
Skip to main content
Answered

Cargo Collective embed


Hello, 

 

I am currently trying to embed a TypeForm email request into Cargo (cargo.site). Unfortunatey, Cargo’s cusotmer service just informed me that anything with <script> tags likely won’t work within Cargo. Is there a way to make the email request, just an iFrame? Let me know! Thank you. 

 

 

--Garrett 

Best answer by Liz

hi @SpliceMarketing thanks for stopping by! The script portion of the code is crucial to help run the form, so removing it could cause some issues. You could try adding the form URL into an iFrame, but I’m not 100% sure if that would work correctly. 

For example, it would look something like this: 

<iframe src="www.form.typeform.com/to/kasjlaksdsa"></iframe>

Hopefully that helps a bit! 

 

View original

5 replies

Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14971 replies
  • Answer
  • March 23, 2021

hi @SpliceMarketing thanks for stopping by! The script portion of the code is crucial to help run the form, so removing it could cause some issues. You could try adding the form URL into an iFrame, but I’m not 100% sure if that would work correctly. 

For example, it would look something like this: 

<iframe src="www.form.typeform.com/to/kasjlaksdsa"></iframe>

Hopefully that helps a bit! 

 


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14971 replies
  • March 30, 2021

Hi @SpliceMarketing did that workaround help? :grinning:


  • Navigating the Land
  • 1 reply
  • September 8, 2023

Hey, has anyone figured out the cargo embedding? 

 

This does NOT work:

<iframe src="www.form.typeform.com/to/kasjlaksdsa"></iframe>


Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14971 replies
  • September 8, 2023

@mathio do you happen to know?


mathio-tf
Typeform
Forum|alt.badge.img+5
  • Typeform
  • 888 replies
  • September 11, 2023

Hello @areareare and @Liz , you need to start the URL in iframe with https:// prefix like this:

<iframe src="https://form.typeform.com/to/kasjlaksdsa"></iframe>