added .astro for typeform, embed typeform within page, changed cta to lead to inner page
This commit is contained in:
14
src/components/widgets/EmbedTypeform.astro
Normal file
14
src/components/widgets/EmbedTypeform.astro
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
---
|
||||
|
||||
<style>
|
||||
#typeformsection {
|
||||
height: 1000px;
|
||||
width: 100%
|
||||
}
|
||||
</style>
|
||||
|
||||
<section>
|
||||
<div id="typeformsection" data-tf-widget="SnfEE9pj"></div>
|
||||
<script src="//embed.typeform.com/next/embed.js" is:inline></script>
|
||||
</section>
|
Reference in New Issue
Block a user