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
package/dist/bhl-forms.es.js
CHANGED
|
@@ -11126,6 +11126,11 @@ function prepData(formData) {
|
|
|
11126
11126
|
if (typeof window.zar !== "undefined") {
|
|
11127
11127
|
props2.vid = window.zar.getVID();
|
|
11128
11128
|
}
|
|
11129
|
+
var tf = document.getElementsByName("xxTrustedFormCertUrl");
|
|
11130
|
+
if (tf.length > 0) {
|
|
11131
|
+
props2.TrustedFormCertUrl = tf[0].value;
|
|
11132
|
+
dbg("TrustedFormCertUrl", props2.TrustedFormCertUrl);
|
|
11133
|
+
}
|
|
11129
11134
|
const data = {
|
|
11130
11135
|
post_source: window.location.hostname,
|
|
11131
11136
|
vertical: props2.vertical,
|