My form
No datepicker is showing in my V6 form
It is showing fine in V5
Any suggestion what the problem could be?
No datepicker is showing in my V6 form
It is showing fine in V5
Any suggestion what the problem could be?
Hi gabi,
Possibly a JavaScript error on the page? Please post a link to the form so I can take a quick look.
Bob
Possibly a JavaScript error on the page? Please post a link to the form so I can take a quick look.
Bob
Hi gabi,
Sorry, I missed the link - there are JavaScript errors on the page and the form without the template is OK.
I can't work out exactly what the problem is though - I suspect that there may be multiple copies of the jQuery library loading or possibly a timing problem that the library is not loading before the ChronoForms script runs.
Max might have another suggestion?
Bob
Sorry, I missed the link - there are JavaScript errors on the page and the form without the template is OK.
I can't work out exactly what the problem is though - I suspect that there may be multiple copies of the jQuery library loading or possibly a timing problem that the library is not loading before the ChronoForms script runs.
Max might have another suggestion?
Bob
Hey GreyHead
OMG I am not a specialist in those things and I really dont know how to fix that then.
Hopefully someone can help me ???
OMG I am not a specialist in those things and I really dont know how to fix that then.
Hopefully someone can help me ???
Anyone can help me here please?
Hi gabi,
You have an extension jmod_slider that is loading an old version of the jQuery library as well as the current version being loaded by Joomla!. I suggest that you try disabling that and see if the problem is solved.
Bob
You have an extension jmod_slider that is loading an old version of the jQuery library as well as the current version being loaded by Joomla!. I suggest that you try disabling that and see if the problem is solved.
Bob
Hey GreyHead
Hehe, had to find out what a jmod_slider is, but I assume it is the Facebook slider.
I will try that, and return with result 😉
Hehe, had to find out what a jmod_slider is, but I assume it is the Facebook slider.
I will try that, and return with result 😉
Yeah look at this.
That worked, now it is working
Only thing left now is the background for the datepicker, it looks too small and I cant figure out where to set the dimensions to correct that?
That worked, now it is working

Only thing left now is the background for the datepicker, it looks too small and I cant figure out where to set the dimensions to correct that?
Oh I found a solution for that
I made a custom CSS and changed the min.with from 18em to 10em
/*media screen*/
.ui.calendar .ui.table.day {
min-width: 10em;
}
If there is another way to do this, please let me know🙂
Thanks so much for your help

I made a custom CSS and changed the min.with from 18em to 10em
/*media screen*/
.ui.calendar .ui.table.day {
min-width: 10em;
}
If there is another way to do this, please let me know🙂
Thanks so much for your help
Woops just noticed that the week days are english.
Can they be changed into danish somehow?
M T O T F L S
Can they be changed into danish somehow?
M T O T F L S
Solved this problem.
Found a post on forum
I like pictures🙂
Found a post on forum


I like pictures🙂
Hello, Bob.
I have the same problem.
But if you look at the form without a template, the datepicker does not appear http://alteamed.beget.tech/index.php?option=com_chronoforms6&chronoform=znpg&tmpl=component
Do you have any thoughts on this?
Do you think the problem is in scripts?
I have the same problem.
But if you look at the form without a template, the datepicker does not appear http://alteamed.beget.tech/index.php?option=com_chronoforms6&chronoform=znpg&tmpl=component
Do you have any thoughts on this?
Do you think the problem is in scripts?
UPD
Hmmmm..... the datepicker started working when I added container class "field" for this row.
Hmmmm..... the datepicker started working when I added container class "field" for this row.
This started working when I assigned a class to the container ... class "field"
It is already inserted. Also Asterisk near the labels of mandatory fields aren't visible.
Maybe the problem is related to CSS or JS of the framework of template.
In fact with another template or using the plain module it works fine.
Maybe the problem is related to CSS or JS of the framework of template.
In fact with another template or using the plain module it works fine.

This topic is locked and no more replies can be posted.