bhl-forms 0.2.2 → 0.2.4

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.
@@ -18858,7 +18858,12 @@ function prepData(formData) {
18858
18858
  var tf = document.getElementsByName("xxTrustedFormCertUrl");
18859
18859
  if (tf && tf.length > 0) {
18860
18860
  props2.Trusted_Form_URL = tf[0].value;
18861
- dbg("TrustedFormCertUrl", props2.TrustedFormCertUrl);
18861
+ dbg("Trusted_Form_URL", props2.Trusted_Form_URL);
18862
+ }
18863
+ var tfp = document.getElementsByName("xxTrustedFormPingUrl");
18864
+ if (tfp && tfp.length > 0) {
18865
+ props2.Trusted_Form_Ping_URL = tfp[0].value;
18866
+ dbg("Trusted_Form_Ping_URL", props2.Trusted_Form_Ping_URL);
18862
18867
  }
18863
18868
  props2.Domain_Abbrev = window.location.hostname.match(/\b(\w)/g).join("").toUpperCase();
18864
18869
  var data2 = {