bhl-forms 0.0.76 → 0.0.78

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.
@@ -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.Trusted_Form_URL = 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,