wufoo跨域设置?
有没有办法关闭 wufoo 的跨域限制,以便我可以使用 jquery 从 wufoo iframe 的父级调整表单字段?
is there a way to turn off the cross-domain restrictions for wufoo so i can adjust the form fields from the parent of the wufoo iframe using jquery?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
听起来您正在使用 Wufoo“嵌入表单代码”选项,该选项将 iframe 添加到您的页面。
您应该使用他们的“整页表单代码”选项。 -- 没有 iframe。相反,您将整个表单嵌入您的网页中。然后就可以使用jquery来修改它了。请记住,表单的提交 URL 将是 Wufoo 服务器。
文档
Sounds like you're using the Wufoo "Embed Form Code" option which adds an iframe to your page.
You should use their "Full Page Form Code" option instead. -- No iframe. Instead, you're embedding the entire form within your web page. You can then use jquery to modify it. Remember that the form's submit url will be the Wufoo server.
Docs
您可以下载代码,根据您的需要进行编辑和使用。
在 http://www.goldmore.com 上我使用 wufoo,我使用相同的方法。只需下载为开发人员提供的代码并根据您的需要进行编辑...
you can download the code, edit and use it according to your needs.
On http://www.goldmore.com i am using wufoo, I use the same method. Just download the code provide for developers and edit it according to your needs...