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? 
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>