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