Answered

Cargo Collective embed

  • 22 March 2021
  • 5 replies
  • 1496 views

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 

icon

Best answer by Liz 23 March 2021, 20:03

View original

5 replies

Userlevel 7
Badge +5

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! 

 

Userlevel 7
Badge +5

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>

Userlevel 7
Badge +5

@mathio do you happen to know?

Userlevel 7
Badge +5

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