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.
package/dist/bhl-forms.es.js
CHANGED
|
@@ -11128,7 +11128,7 @@ function prepData(formData) {
|
|
|
11128
11128
|
}
|
|
11129
11129
|
var tf = document.getElementsByName("xxTrustedFormCertUrl");
|
|
11130
11130
|
if (tf.length > 0) {
|
|
11131
|
-
props2.
|
|
11131
|
+
props2.Trusted_Form_URL = tf[0].value;
|
|
11132
11132
|
dbg("TrustedFormCertUrl", props2.TrustedFormCertUrl);
|
|
11133
11133
|
}
|
|
11134
11134
|
const data = {
|