Elementor-查询重定向 - 电子邮件?
真的很感谢您的帮助!
我有一个基本形式,该表格将重定向到页面中的第二个选择,并希望通过所有信息通过
。姓氏,但它不适用于电子邮件...
这是我用于重定向的查询:example.com/?fname = [field ID =“ fname”]& lname = [field id = field ID = “ lname”]
如果我使用:example.com/?fname = [field ID =“ fname”]& lname = [field ID =“ lname”]& email = [field id =“ email”] Elementor不会重定向页面
也许通过数据是一个隐私问题,或者我缺少一些东西
Would really appreciate some help with this one!
I have an Elementor Form that redirects to a second opt in page, and would like all of the information to be passed through..
I've managed to achieve this for First Name & Last Name, but it doesn't work for email...
Here's the query I use for redirecting that works: example.com/?fname=[field id="fname"]&lname=[field id="lname"]
If I use: example.com/?fname=[field id="fname"]&lname=[field id="lname"]&email=[field id=“email”] Elementor won't redirect the page
Maybe passing the data through is a privacy issue or maybe I'm missing something
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试将电子邮件重命名到Cemail,例如此
example.com/?fname= [field ID =“ fname”]& lname = [field ID =“ lname”]& cemail = [field id =“ cemail”]
不要忘记忘记将电子邮件ID更新为Cemail。
try to rename email to cemail, like this
example.com/?fname=[field id="fname"]&lname=[field id="lname"]&cemail=[field id=“cemail”]
dont forget to update email id to cemail.