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
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.
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.
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
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
Hi GreyHead!
So to use your component should turn off all validation and js css?
So to use your component should turn off all validation and js css?
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
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
And another question.
Why sef_ext? There are no such options ... and is a standard Joomla sef? Where used?
Why sef_ext? There are no such options ... and is a standard Joomla sef? Where used?
GreyHead i use this method there http://www.dwightjack.com/diary/2009/06/07/use-mootools-122-in-joomla-15/
see that, thanks
see that, thanks
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
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
Hi EDark,
AFAIK there is no special (or even ordinary) SEF support in ChronoForms.
Bob
AFAIK there is no special (or even ordinary) SEF support in ChronoForms.
Bob
index.php?option=com_chronocontact&task=send&chronoformname=contact&Itemid=3
dont valid xhtml =(
I turned off js valid, js and css. Only php valid work.
and code does not valid (xhtml)
and code does not valid (xhtml)
tired =((
I can not simply send the form =( Only if you disable all validation this work...
<?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...
Hi Edark,
If that is in the server-side validation then it has no link to the form validation at all.
Bob
If that is in the server-side validation then it has no link to the form validation at all.
Bob
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
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
This topic is locked and no more replies can be posted.