将值从 PHP 传递到 SimpleModal 联系表单
将值从“索引”页面传递到 SimpleModal 演示联系表单的最简单方法是什么?例如,如果用户已登录并且其电子邮件地址存储在变量 $email 中,那么在演示联系表单中提供该信息的最直接方法是什么?
谢谢。
What is the simplest way to pass a value from the "index" page to the SimpleModal Demo Contact Form? For example, if a user is logged in and their email address is stored in the variable $email, what is the most straightforward way to have that info available in the Demo Contact Form?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设您想要的值不在表单中,这里有一种方法。
更新
onShow:
函数中的 contact.js:然后更新
function smcf_send()
函数中的 contact.php显然,您可以尝试细节,但这应该可以帮助您去。
-埃里克
Assuming the values you want are NOT in the form, here's a way to do it.
Update contact.js in the
onShow:
function:Then update contact.php in the
function smcf_send()
functionObviously you can play around with the details, but that should get you going.
-Eric