DMXzone Ajax Form Support Product Page
Not a problem
Using DMXzone Ajax Form with DMX Validator
Reported 11 years ago
1
has this problem
11 years ago Andre Bender posted:
I bought DMX Validator to get rid of the spry validation messages of DMXzone Ajax Form. I switched of the validation on DMXzone Ajax Form and "activated" the validation on the DMX Validator side. But there is not validation working.[Edited by admin]
Replies
Replied 11 years ago
11 years ago Andre Bender replied:
Any ideas? How can I control and/or replace the spry validation in ajax form?
Replied 11 years ago
11 years ago Teodor Kuduschiev replied:
Hello Andre,
Can you please explain what is the thing you call "spry validation" in Ajax form?
Please also provide a link to your page where we can check it.
Can you please explain what is the thing you call "spry validation" in Ajax form?
Please also provide a link to your page where we can check it.
Replied 11 years ago
11 years ago Andre Bender replied:
Please go to www.tbheavyliftengineering.com/ and try to submit the form. I see a grey tooltip with a german message to fill-in the field. I guess this tooltip is a spry one?
Replied 11 years ago
11 years ago Teodor Kuduschiev replied:
Actually this:

has nothing to do with the Ajax form. This is an html5 validation and it shows in browsers with html5 support. the part of code controlling it is:
required="required"

has nothing to do with the Ajax form. This is an html5 validation and it shows in browsers with html5 support. the part of code controlling it is:
required="required"
<input name="InputName" type="text" required="required" class="form-control" id="InputName" placeholder="Enter your name here">
Replied 11 years ago
11 years ago Andre Bender replied:
Thanks Teodor.
I tried to change it (design and content) with your validation extension but this doesn't seem to work.
I tried to change it (design and content) with your validation extension but this doesn't seem to work.
Replied 11 years ago
11 years ago Teodor Kuduschiev replied:
Once again - the required="required" html5 property is not set by any of our extensions, and you cannot change how it looks. If you do not want to see it you need to remove it.
Replied 11 years ago
11 years ago Andre Bender replied:
Ah ok, I thought it's being replaced automaticly by your extension. Sorry. I'll give it a try.