bhl-forms 0.0.77 → 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.
|
@@ -17921,7 +17921,7 @@ function prepData(formData) {
|
|
|
17921
17921
|
}
|
|
17922
17922
|
var tf = document.getElementsByName("xxTrustedFormCertUrl");
|
|
17923
17923
|
if (tf.length > 0) {
|
|
17924
|
-
props2.
|
|
17924
|
+
props2.Trusted_Form_URL = tf[0].value;
|
|
17925
17925
|
dbg("TrustedFormCertUrl", props2.TrustedFormCertUrl);
|
|
17926
17926
|
}
|
|
17927
17927
|
var data2 = {
|