App Connect Form Validator Support Product Page
Solved
dmx is not defined and is not a function errors
Reported 12 Dec 2017 08:32:07
1
has this problem
12 Dec 2017 08:32:07 Luca lucag posted:
Good morningI have applied validations on some fields of the form (required, date and type of files that can be uploaded) but the form is not sent for the following errors:
I followed your tutorial and I can't understand why it does not work
thank you
Replies
Replied 12 Dec 2017 08:54:42
12 Dec 2017 08:54:42 Teodor Kuduschiev replied:
Hello,
Please provide a link to your page where we can check this.
Please provide a link to your page where we can check this.
Replied 12 Dec 2017 16:22:34
12 Dec 2017 16:22:34 Luca lucag replied:
Hello,
I think I've solved it. The dmxValidator.js file was placed before the dmxAppConnect.js file. Exchange their positions the validation is successful. What is the difference between setting up validation in App Connect compared to Server Connect?
I think I've solved it. The dmxValidator.js file was placed before the dmxAppConnect.js file. Exchange their positions the validation is successful. What is the difference between setting up validation in App Connect compared to Server Connect?
Replied 13 Dec 2017 08:00:07
13 Dec 2017 08:00:07 Teodor Kuduschiev replied:
Hello Luca,
One is client side validation, the other is serverside validation - that's the difference.
One is client side validation, the other is serverside validation - that's the difference.
Replied 14 Dec 2017 10:31:39
14 Dec 2017 10:31:39 Luca lucag replied:
Therefore for both validations is necessary setting it in the two positions, right?
Thank you
Thank you
Replied 14 Dec 2017 10:58:19
14 Dec 2017 10:58:19 Teodor Kuduschiev replied:
What do you mean?