Forums

Mootools 1.2 and jsvalidation2

EDark 30 Oct, 2009
Hello brothers I am from Russia. Very impressed with your component. Cool. I use online translator)) So sorry for the translation.

I'm using Mootools 1.2

Not work validation. IE bug in jsvalidation2.js
here in function elementExtend
var flag = Element.PropertiesIFlag[property] || 0;


I turned off the validation. Use php valid. But Error still remains in jsvalidation2
How to fix a bug? or disable the js? Or you can revive the live validation on mootools 1.2? Please help.
GreyHead 30 Oct, 2009
Hi EDark,

ChronoForms doesn't support MooTools 1.2 - we're still using MooTools 1.1 along with Joomla.

Someone else posted about MooTools 1.2 recently - that thread might be helpful.

Bob
EDark 30 Oct, 2009
Hi GreyHead!

So to use your component should turn off all validation and js css?
GreyHead 30 Oct, 2009
Hi Edark,

Yes, and even that may not be enough. For example MooTool is used to load the datepickers and in some other features. I'm afraid you'll need to use some 'trial and error' to find out what will work.

Bob
EDark 30 Oct, 2009
And another question.
Why sef_ext? There are no such options ... and is a standard Joomla sef? Where used?
GreyHead 30 Oct, 2009
Hi EDark,

That looks like a nice MooTools patch, thank you.

sef_ext is used by the sh404SEF extension, and is not required otherwise as far as I remember.

Bob
EDark 30 Oct, 2009
Hi GreyHead

sorry. I am not using sh404SEF
how to make the standard methods?
GreyHead 30 Oct, 2009
Hi EDark,

AFAIK there is no special (or even ordinary) SEF support in ChronoForms.

Bob
EDark 30 Oct, 2009
index.php?option=com_chronocontact&task=send&chronoformname=contact&Itemid=3


dont valid xhtml =(
GreyHead 30 Oct, 2009
Hi EDark,

No - it needs to be & in there.

Bob
EDark 30 Oct, 2009
I turned off js valid, js and css. Only php valid work.
and code does not valid (xhtml)
EDark 30 Oct, 2009
tired =((
<?php 
if($_POST['accept_terms'] != 'yes')
return 'Sorry, but you need to accept our terms to proceed';
?>

I can not simply send the form =( Only if you disable all validation this work...
GreyHead 30 Oct, 2009
Hi Edark,

If that is in the server-side validation then it has no link to the form validation at all.

Bob
Max_admin 02 Nov, 2009
Hi Edark,

regarding SEF, Chronoforms supports Joomla core SEF, just create a Joomla menu item of type Chronoforms and your link will have a full SEF link, check our contact us menu link here on the site!

regarding the XHTML issue in the form action link, I got it fixed for the next release!

Regards
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
EDark 02 Nov, 2009
Thank you =)
This topic is locked and no more replies can be posted.