Cronoform conflict with Native Joiomla 1.5 Mootools plugin can you please guide on this issue? this issue is what about exactly ?
Hi developerbhaven,
No it doesn't. Please see this from the top of the site home page:
Bob
No it doesn't. Please see this from the top of the site home page:
ChronoForms v4 requires Joomla! 1.5.19 or later with the Joomla! MooTools Upgrade plug-in enabled.
Please download ChronoForms version 3.2 if your site is using Joomla! 1.5.18 or earlier or you do not have the MooTools Upgrade plug-in enabled.
Bob
First sorry for my bad english. I have install localy joomla 1.5.22 with mootools v 1.2.4 by default. I tried to test the example of chronoforms book in page 158 (Validating the checkbox server-side) but it doesn't work. Also in another mine chronoform form the javascript code in javascript box of form code doesn't work. Can anybody to help me?
Thank' s very much
Thank' s very much
Hi ddia1312,
Which version of ChronoForms are you using? You can find the version from Site Admin | Extensions | Install/Uninstall | Components in Joomla! 1.5
Bob
Which version of ChronoForms are you using? You can find the version from Site Admin | Extensions | Install/Uninstall | Components in Joomla! 1.5
Bob
Hi Bob,
Thank you for your responce. I have the component Chronocontact V 3.2 09 Nov 2010
Thank's again
Thank you for your responce. I have the component Chronocontact V 3.2 09 Nov 2010
Thank's again
Hi ddia1312,
You have the MooTools Upgrade Plugin enabled. This is an optional plug-in that enables the MooTools 1.2 library on your site.
ChronoForms v3 (and many other Joomla! extensions) use the MooTools 1.1.2 library that is installed by default. The ChronoForms Wizard, and other back-end code will not run with the plugin enabled.
If you disable the plug-in then ChronoForms v3 should run correctly.
Note ChronoForms v4 requires MooTools 1.2 and need the plug-in enabled.
If you are using ChronoForms v3 and need MooTools 1.2 in the front-end of your site then there is a hack for the plug-in posted in the forums here that will enable the 1.2 library in the front-end only. However the ChronoForms validation code and some other features will not work with this version.
There's a fuller "How-to Document" here that includes fixed files that will let the front-end of ChronoForms v 3.2 work with MooTools 1.2.
Bob
You have the MooTools Upgrade Plugin enabled. This is an optional plug-in that enables the MooTools 1.2 library on your site.
ChronoForms v3 (and many other Joomla! extensions) use the MooTools 1.1.2 library that is installed by default. The ChronoForms Wizard, and other back-end code will not run with the plugin enabled.
If you disable the plug-in then ChronoForms v3 should run correctly.
Note ChronoForms v4 requires MooTools 1.2 and need the plug-in enabled.
If you are using ChronoForms v3 and need MooTools 1.2 in the front-end of your site then there is a hack for the plug-in posted in the forums here that will enable the 1.2 library in the front-end only. However the ChronoForms validation code and some other features will not work with this version.
There's a fuller "How-to Document" here that includes fixed files that will let the front-end of ChronoForms v 3.2 work with MooTools 1.2.
Bob
Hi Bob,
I've tried before and now run the form with disable plugin but does not work. I mean it always display the error message (Please check the box to confirm your agreement) even if it is selected.
Thank you
I've tried before and now run the form with disable plugin but does not work. I mean it always display the error message (Please check the box to confirm your agreement) even if it is selected.
Thank you
Hi ddia1312,
Then something else is wrong with your form. If you are seeing the validation message then you have the correct MooTools library loaded.
Bob
Then something else is wrong with your form. If you are seeing the validation message then you have the correct MooTools library loaded.
Bob
Hi Bob,
I bought the ChronoForms 3.1 for Joomla! site Cookbook [eBook] and I have followed step by step instructions in the form of writing chapter 7 but does not work. In another form my own that I write javascript code in the javascript box of Form Code of client-side also does not work. I am totally confused. Definitely something I wrong. Thank you very much for taking the time. I hope to find solution.
Thanks again
I bought the ChronoForms 3.1 for Joomla! site Cookbook [eBook] and I have followed step by step instructions in the form of writing chapter 7 but does not work. In another form my own that I write javascript code in the javascript box of Form Code of client-side also does not work. I am totally confused. Definitely something I wrong. Thank you very much for taking the time. I hope to find solution.
Thanks again
Hi ddia1312,
Please take a Form Backup using the icon in the Forms Manager and post it here (as a zipped file) or PM or email it to me and I'll take a closer look.
Bob
Please take a Form Backup using the icon in the Forms Manager and post it here (as a zipped file) or PM or email it to me and I'll take a closer look.
Bob
Hi ddia1312,
Please try this in the serverside validation code - I removed the [] afer check0
Bob
Please try this in the serverside validation code - I removed the [] afer check0
<?php
$agree = JRequest::getString('check0', '', 'post');
if ( $agree == '' ) {
return 'Please check the box to confirm your agreement';
}
?>Bob
This topic is locked and no more replies can be posted.
