Hello,
All Datepickers of my forms don't work since I upgrade joomla from 2.5.28 to 3.4.3 with the template ja elastica. I suppose there is a script conflict scripts because it's working with other templates or when I run the "test form" at the backend.
How could i fix the problem ?
Thanks a lot
All Datepickers of my forms don't work since I upgrade joomla from 2.5.28 to 3.4.3 with the template ja elastica. I suppose there is a script conflict scripts because it's working with other templates or when I run the "test form" at the backend.
How could i fix the problem ?
Thanks a lot
Hi Gariano,
It is being hidden behind something else in the template. Please try adding CSS like this to a Load CSS action in the form ON Load event
Bob
It is being hidden behind something else in the template. Please try adding CSS like this to a Load CSS action in the form ON Load event
.datepicker_vista {
z-index: 10;
}
Bob
Great
It works perfectly.... thank you very much Bob.
I have two other question of configuration :
- How can I change the format to "Day Month Year" ?
- How can I set default date to be today's date ?
Thank you again for your quick response !
It works perfectly.... thank you very much Bob.
I have two other question of configuration :
- How can I change the format to "Day Month Year" ?
- How can I set default date to be today's date ?
Thank you again for your quick response !
Hi Bob,
You gave me exactly what I need... thank you so much.
I have a last question (I hope so 😶 ) but il's not about datepicker but Captcha Check.
Captcha seems to work correctly. When we tape the right code, the form is submitted and works as it should. if the code is wrong the form is not submitted but no error message appears like it should be with the "check Captcha"... that lets us believe that the form is submitted correctly but it isn't.
Is it a new script conflict ? If so, how could I solve it this time ?
Thank you again for your help.
You gave me exactly what I need... thank you so much.
I have a last question (I hope so 😶 ) but il's not about datepicker but Captcha Check.
Captcha seems to work correctly. When we tape the right code, the form is submitted and works as it should. if the code is wrong the form is not submitted but no error message appears like it should be with the "check Captcha"... that lets us believe that the form is submitted correctly but it isn't.
Is it a new script conflict ? If so, how could I solve it this time ?
Thank you again for your help.
Hi Gariano,
My guess is that the template is probably hiding it again. Please check the page HTML and see if the message is there.
Bob
My guess is that the template is probably hiding it again. Please check the page HTML and see if the message is there.
Bob
Hi Bob,
It's worse that i thought. The "check Captcha" doesn't work at all. After a delay, I notice that the form is submitted even with a wrong code. I didn't find the error message in the html page.
Thanks
It's worse that i thought. The "check Captcha" doesn't work at all. After a delay, I notice that the form is submitted even with a wrong code. I didn't find the error message in the html page.
Thanks
Hi Gariono,
The form appears to submit correctly without any entry in the Captcha so I suspect you may not have an Event Loop action in the pink On Fail box of the Check Captcha action.
If this isn't the problem, please drag a Debugger action into the On Submit event, then submit the form and post the debug - including the 'dummy emails' results here. That should stop the redirection that currently makes it hard to see what is happening.
Bob
The form appears to submit correctly without any entry in the Captcha so I suspect you may not have an Event Loop action in the pink On Fail box of the Check Captcha action.
If this isn't the problem, please drag a Debugger action into the On Submit event, then submit the form and post the debug - including the 'dummy emails' results here. That should stop the redirection that currently makes it hard to see what is happening.
Bob
Hi Bob,
It was effectively a problem with the event loop... I discovered by reading other posts on this subject that I need to put an even loop in each on fail box. Until there, threre was no event loop in the "upload file" box of my form.
Anyway, the problem is solved now.
Thank you very much for your precious help. I save so much time thanks to you.
It was effectively a problem with the event loop... I discovered by reading other posts on this subject that I need to put an even loop in each on fail box. Until there, threre was no event loop in the "upload file" box of my form.
Anyway, the problem is solved now.
Thank you very much for your precious help. I save so much time thanks to you.
This topic is locked and no more replies can be posted.