我正在尝试为登陆页面设置一个联系表格,其中潜在客户必须单击“是”才能阅读服务条款。与“是”和“否”单选按钮相比,简单地使用“我接受”复选框会容易得多,但不幸的是,这就是我所要求的。我正在使用 Unbounce 作为平台。有人可以帮我写出代码吗?谢谢 :)
lp.jQuery(function($) {
// Config
var ruleID = 'I have read the TOS';
var field = 'terms_of_service';
var message = 'Please confirm you have read the Terms of Service by clicking YES';
var rules = module.lp.form.data.validationRules[field];
...