【发布时间】:2019-03-17 01:19:54
【问题描述】:
一个简单的问题。
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <title>Re-Imagining Business Models</title> <style type="text/css"> html{ margin: 0; height: 100%; overflow: hidden; } iframe{ position: absolute; left:0; right:0; bottom:0; top:0; border:0; } </style> </head> <body> <iframe id="typeform-full" width="100%" height="100%" frameborder="0" src="https://f03.typeform.com/to/AAAAAA?cl=xxxxx"></iframe> <script type="text/javascript" src="https://embed.typeform.com/embed.js"></script> </body> </html>
如果你能看到cl=xxxxx,我需要根据网站输入的参数来更改xxxxx。
来自示例:
www.mywebsite.com/formpage?cl=123121
iframe 将运行这个网站:https://f03.typeform.com/to/AAAAAA?cl=123121
是否可以只使用 HTML?因为我正在使用 Wordpress,除了构建器和编辑 HTML 之外,我不知道我能在其中做什么。
谢谢
【问题讨论】:
标签: html wordpress iframe embed typeform