bhl-forms 0.0.76 → 0.0.77
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bhl-forms.es.js +5 -0
- package/dist/bhl-forms.iife.js +6 -6
- package/dist/bhl-forms.modern.es.js +5 -0
- package/dist/bhl-forms.modern.iife.js +7 -7
- package/dist/bhl-forms.modern.umd.js +7 -7
- package/dist/bhl-forms.umd.js +6 -6
- package/dist/forms/childAndFamily.es.js +23 -3
- package/dist/forms/childAndFamily.iife.js +1 -1
- package/dist/forms/childAndFamily.json +1 -1
- package/dist/forms/civilLawsuit.es.js +3 -0
- package/dist/forms/civilLawsuit.iife.js +1 -1
- package/dist/forms/civilLawsuit.json +1 -1
- package/dist/forms/criminal.es.js +3 -0
- package/dist/forms/criminal.iife.js +1 -1
- package/dist/forms/criminal.json +1 -1
- package/dist/forms/generalLegal.es.js +3 -0
- package/dist/forms/generalLegal.iife.js +1 -1
- package/dist/forms/generalLegal.json +1 -1
- package/dist/forms/generalLegalBankruptcy.es.js +3 -0
- package/dist/forms/generalLegalBankruptcy.iife.js +1 -1
- package/dist/forms/generalLegalBankruptcy.json +1 -1
- package/dist/forms/generalLegalPopUnder.es.js +3 -0
- package/dist/forms/generalLegalPopUnder.iife.js +1 -1
- package/dist/forms/generalLegalPopUnder.json +1 -1
- package/dist/forms/realEstate.es.js +3 -0
- package/dist/forms/realEstate.iife.js +1 -1
- package/dist/forms/realEstate.json +1 -1
- package/dist/forms/testForm.es.js +3 -0
- package/dist/forms/testForm.iife.js +1 -1
- package/dist/forms/testForm.json +1 -1
- package/package.json +1 -1
|
@@ -17919,6 +17919,11 @@ function prepData(formData) {
|
|
|
17919
17919
|
if (typeof window.zar !== "undefined") {
|
|
17920
17920
|
props2.vid = window.zar.getVID();
|
|
17921
17921
|
}
|
|
17922
|
+
var tf = document.getElementsByName("xxTrustedFormCertUrl");
|
|
17923
|
+
if (tf.length > 0) {
|
|
17924
|
+
props2.TrustedFormCertUrl = tf[0].value;
|
|
17925
|
+
dbg("TrustedFormCertUrl", props2.TrustedFormCertUrl);
|
|
17926
|
+
}
|
|
17922
17927
|
var data2 = {
|
|
17923
17928
|
post_source: window.location.hostname,
|
|
17924
17929
|
vertical: props2.vertical,
|