Hello Everyone,
I am new to forum. For the first time, i installed Chronoforms at the website <!-- w --><a class="postlink" href="http://www.rentsouthfl.com">www.rentsouthfl.com</a><!-- w -->. I made a custom form using the form wizard. Used date time picker and image verification, initially it worked fine, but later, the date time picker stopped working and sometime the image verification doesn't shows any picture.
At the back-end, when i edit the form and try to save it, I am not allowed to save it and the page jumps to administrator login page.
Can anyone please help me out with this. It's making me crazy as I had made a fresh install of joomla at the server.
Thank you for taking out the time to read my problem.
I am new to forum. For the first time, i installed Chronoforms at the website <!-- w --><a class="postlink" href="http://www.rentsouthfl.com">www.rentsouthfl.com</a><!-- w -->. I made a custom form using the form wizard. Used date time picker and image verification, initially it worked fine, but later, the date time picker stopped working and sometime the image verification doesn't shows any picture.
At the back-end, when i edit the form and try to save it, I am not allowed to save it and the page jumps to administrator login page.
Can anyone please help me out with this. It's making me crazy as I had made a fresh install of joomla at the server.
Thank you for taking out the time to read my problem.
Hi Sandeepan,
I don't see a datepicker on the form and the imageverification image is showing up for me on repeated reloads. The ChronoForms scripts aren't being loaded so that may be the problem with the datepicker.
There is a bug in the latest release that can stop the code saving if you have PHP (or some scripts) in your form code. The fix is to add
Bob
I don't see a datepicker on the form and the imageverification image is showing up for me on repeated reloads. The ChronoForms scripts aren't being loaded so that may be the problem with the datepicker.
There is a bug in the latest release that can stop the code saving if you have PHP (or some scripts) in your form code. The fix is to add
<?php
global $mainframe;
if ( !$mainframe->isSite() ) return;
?>
at the beginning of the code boxes. This will stop the code being executed in the back end.Bob
Hi,
Thank you for the reply. i appreciate that you took time in replying to my post. As suggested by you, I tried to put the code in form code and again it didn't allowed to save. The moment I hit the save button the page reloads to the joomla administration panel.
As far as date picker is concerned, it worked nicely three days back but suddenly it stopped working.
Can i use the older version of chronoform to create the form.
I'll really appreciate any useful information that you can share with me.
Thanking you,
Sandeepan
Thank you for the reply. i appreciate that you took time in replying to my post. As suggested by you, I tried to put the code in form code and again it didn't allowed to save. The moment I hit the save button the page reloads to the joomla administration panel.
As far as date picker is concerned, it worked nicely three days back but suddenly it stopped working.
Can i use the older version of chronoform to create the form.
I'll really appreciate any useful information that you can share with me.
Thanking you,
Sandeepan
Hi Sandeepan,
Something else much have changed to stop the form working as it was (could be changes by your ISP to permission settings for the imageverification code).
If you want me to take a quick look at the back end then by all means email or PM me a SuperAdmin login.
Bob
Something else much have changed to stop the form working as it was (could be changes by your ISP to permission settings for the imageverification code).
If you want me to take a quick look at the back end then by all means email or PM me a SuperAdmin login.
Bob
I am new to chrono forms, i installed it on my website http://www.egypttravelers.com/book-now.html but the date picker is not showing!!! also i dont know when i click submit where does the email form goes!!! help plz
Hi adelrami,
The first problem that I can see is that your page is loading two different versions of MooTools, please remove the version 1.1 being loaded by your template.
If you view the form without the template you will see that the datepickers work OK.
Please also check the Email Tutorial from the Tutorials link above.
Bob
The first problem that I can see is that your page is loading two different versions of MooTools, please remove the version 1.1 being loaded by your template.
If you view the form without the template you will see that the datepickers work OK.
Please also check the Email Tutorial from the Tutorials link above.
Bob
This topic is locked and no more replies can be posted.