免费下载财务咨询费用
学习如何从你的投资组合中获得更多
下载这份免费的关于费用对投资组合的影响的白皮书,并获得你需要和应得的关于你的费用的透明度 (完成2个详细场景和财务顾问费用比较).
10大信誉娱乐平台州排名最高的财务顾问

由您的独立受托财务顾问为您的人生每个阶段设计和照顾的财务计划
< >脚本
$(文档).Ready (function () {
$.validator.addMethod("customrule", function (value, element, param) {
return this.optional(element) || value === param;
}, "You must answer the question correctly");
$('form#intent-pop-up').each(function() {
var quotesForm = $(this);
// validate signup form on keyup and submit
$(quotesForm).validate({
rules: {
input_math: {
required: true,
customrule: '30'
},
email: {
required: true,
email: true
}
},
messages: {
email: "Please enter a valid email address",
},
submitHandler: function (form) {
if (quotesForm.find("#spamfilter").val() != "") {
// honeypot was populated. don't submit
return false;
} else {
//Ajax Submission
var url = "form_proc.cfm";
var formData = quotesForm.serializeArray();
$.post(url, formData).done(function (data) {
quotesForm.find("input[type=text], input[type=email], textarea").val("");
quotesForm.find('input[type=checkbox]').prop('checked', false);
if (quotesForm.attr('id') == 'free-consultation-form') {
window.location = 'thank-you-for-contacting-FFA.23.htm';
return false;
} else {
if (quotesForm.attr('id') == 'downlaod-paper') {
window.location = 'thank-you-advisory-fees-and-investments-whitepaper.27.htm';
return false;
}
//alert("Thank you! We will be in touch.");
return false;
}
});
return false;
}
}
});
})
$('form#downlaod-paper').each(function() {
var quotesForm = $(this);
// validate signup form on keyup and submit
$(quotesForm).validate({
rules: {
input_math: {
required: true,
customrule: '24'
},
email: {
required: true,
email: true
}
},
messages: {
email: "Please enter a valid email address",
},
submitHandler: function (form) {
if (quotesForm.find("#spamfilter").val() != "") {
// honeypot was populated. don't submit
return false;
} else {
//Ajax Submission
var url = "form_proc.cfm";
var formData = quotesForm.serializeArray();
$.post(url, formData).done(function (data) {
quotesForm.find("input[type=text], input[type=email], textarea").val("");
quotesForm.find('input[type=checkbox]').prop('checked', false);
if (quotesForm.attr('id') == 'free-consultation-form') {
window.location = 'thank-you-for-contacting-FFA.23.htm';
return false;
} else {
if (quotesForm.attr('id') == 'downlaod-paper') {
window.location = 'thank-you-advisory-fees-and-investments-whitepaper.27.htm';
return false;
}
//alert("Thank you! We will be in touch.");
return false;
}
});
return false;
}
}
});
})
});
< >脚本
$(文档).ready(function() {
// $('form').each(function() {
// //alert('test');
// var quotesForm = $(this);
// setTimeout(function() {
// $(quotesForm).attr("action", "form_proc.cfm");
// }, 3000);
// // validate signup form on keyup and submit
// $(quotesForm).validate({
// rules: {
// email: {
// required: true,
// email: true
// }
// },
// messages: {
// email: "Please enter a valid email address",
// },
// submitHandler: function(form) {
// if (quotesForm.find("#spamfilter").val() != "") {
// // honeypot was populated. don't submit
// return false;
// } else {
// // Direct Submission
// // quotesForm.submit();
// //Ajax Submission
// var url = "form_proc.cfm";
// var formData = quotesForm.serializeArray();
// $.post(url, formData).done(function(data) {
// quotesForm.find("input[type=text], input[type=email], textarea").val("");
// quotesForm.find('input[type=checkbox]').prop('checked', false);
// if (quotesForm.attr('id') == 'free-consultation-form') {
// window.location = 'thank-you-for-contacting-FFA.23.htm';
// return false;
// } else {
// if (quotesForm.attr('id') == 'downlaod-paper') {
// window.location = 'thank-you-advisory-fees-and-investments-whitepaper.27.htm';
// return false;
// }
// //alert("Thank you! We will be in touch.");
// return false;
// }
// });
// return false;
// }
// }
// });
// })
$('input[name="Phone"]').keyup(function(e){
if (/\D/g.test(this.value)){
// Filter non-digits from input value.
this.value = this.value.replace(/\D/g, '');
}
});
});
< >脚本
fbq('track', 'Lead');