Forums

date time picker not working

sandeepan512 03 Nov, 2009
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.
GreyHead 03 Nov, 2009
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
<?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
sandeepan512 03 Nov, 2009
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
GreyHead 03 Nov, 2009
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
GreyHead 21 Aug, 2010
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
adelrami 21 Aug, 2010
Super it worked, ijust disabled a flight booking engine and its working fine now.. Althought the link on the footer is fine, i will buy it to encourage the developers. thanks again been looking for that.🙂 thumbs up. 🤣 you can check the result now🙂
This topic is locked and no more replies can be posted.