Hi,
could you help me understand what i'm doing wrong in chromoforms v6. When i add Calendar field in my form it shows up as text field.
could you help me understand what i'm doing wrong in chromoforms v6. When i add Calendar field in my form it shows up as text field.
HI dogmatic,
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 GreyHead,
thanks for replay, here is the link:
http://gaizauskobiuras.lt/v1/uzsiregistruokite
thanks for replay, here is the link:
http://gaizauskobiuras.lt/v1/uzsiregistruokite
Hi dogmatic,
There is no problem is you view the form without the template - there is a JavaScript error with the template coming from line 77 of main.js. "window.addEvent is not a function". This code needs to be corrected:
Bob
There is no problem is you view the form without the template - there is a JavaScript error with the template coming from line 77 of main.js. "window.addEvent is not a function". This code needs to be corrected:
// Slideshow disaper and conflict with motools
var carousel = jQuery('.carousel');
if(carousel){
window.addEvent('domready', function(){
if (typeof jQuery != 'undefined' && typeof MooTools != 'undefined' ) {
Element.implement({
slide: function(how, mode){
return this;
}
});
}
});
}
Bob
Hello, i see that one of my problems on V6 is present on Dogmatic's form :
There are no navigations arrows on his calendar
My post :
http://www.chronoengine.com/forums/posts/t103650/some-problems-whith-chronoforms-v6-and-date-picker-attributes.html
Help !!
There are no navigations arrows on his calendar
My post :
http://www.chronoengine.com/forums/posts/t103650/some-problems-whith-chronoforms-v6-and-date-picker-attributes.html
Help !!
This topic is locked and no more replies can be posted.