DMXzone Ajax Form Support Product Page

Not a problem

Using DMXzone Ajax Form with DMX Validator

Reported 03 Oct 2013 10:28:59
1
has this problem
03 Oct 2013 10:28:59 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 08 Oct 2013 07:40:41
08 Oct 2013 07:40:41 Andre Bender replied:
Any ideas? How can I control and/or replace the spry validation in ajax form?
Replied 08 Oct 2013 10:42:06
08 Oct 2013 10:42:06 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.
Replied 08 Oct 2013 11:33:35
08 Oct 2013 11:33:35 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 08 Oct 2013 11:50:13
08 Oct 2013 11:50:13 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"
<input name="InputName" type="text" required="required" class="form-control" id="InputName" placeholder="Enter your name here">

Replied 08 Oct 2013 12:34:47
08 Oct 2013 12:34:47 Andre Bender replied:
Thanks Teodor.
I tried to change it (design and content) with your validation extension but this doesn't seem to work.
Replied 08 Oct 2013 13:56:47
08 Oct 2013 13:56:47 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 08 Oct 2013 14:39:44
08 Oct 2013 14:39:44 Andre Bender replied:
Ah ok, I thought it's being replaced automaticly by your extension. Sorry. I'll give it a try.

Reply to this topic