We installed chronoforms on our joomla 1.5 but it seems that there's nothing we can do to make it validate. We also did exactly the same on another site and everything works fine. Both sites are on the same server so same PHP version, apache, mysql, etc... We also tried the basicDemo form and it is not working either.
We are thinking that it may be something corrupt so we reinstalled chronoforms without any luck.
If the form validation works when you add &tmpl=component then you have a JavaScript conflict with your template (the extra part in the url loads the form without the template).
The most common cause for this is templates that use JQuery (you need to put JQuery into noConflict mode); then templates that load a different version of MooTools than the v1.1 that Joomla and ChronoForms use; after that it could be anything . . .
You are absolutely correct! Thanks for the quick feed back!
Adding the script snippet below after my jquery js files were included in the template and before calling the $(document).ready(function(){ something in here... }
SCRIPT SNIPPET: <script language="javascript" type="text/javascript"> var J = jQuery.noConflict(); </script>
This solved the issue - actually it was due to usage of the jsuperfish style dynamic menu which uses jquery
Hello, My form worked on my previous host. I switched servers. and copied all the SQL tables. Everything appears perfect, but it won't send or validate. I tried the "&tmpl=component" and that works to validate. But the jquery script didn't fix it.
I have tried re-configuring all mail settings in Global Config, I've tried reinstalling ChronoForms and then restoring the form. Changing every setting I can think of in the admin section of ChronoForms.
It's a really long form otherwise I'd just recreate it. I just don't know what to try next. Any help would be great.
My form is at <!-- w --><a class="postlink" href="http://www.lasthopemusic.com">www.lasthopemusic.com</a><!-- w --> - click on submit offer at the bottom. Thanks. mat
The form is not validating because none of the page header information is being loaded. No JavaScript, next to no CSS, no description, title or other meta-tags.
I'd say that your main problem is a seriously broken template. As a test please try switching the site to one of the Joomla! default templates. I hope that you will find that the form then works correctly.
Bob
This topic is locked and no more replies can be posted.