Cargo Collective embed | Community
Skip to main content

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 

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! 

 


Hi @SpliceMarketing did that workaround help? :grinning:


Hey, has anyone figured out the cargo embedding? 

 

This does NOT work:

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


@mathio do you happen to know?


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>

 


Reply