Hi, I created a form with the V4 RC3.0, I have joomla 2.5.11.
With firefox and IE10, everything works, with chrome will not let me fill in the fields.
Can anyone help me?
Tks! π
With firefox and IE10, everything works, with chrome will not let me fill in the fields.
Can anyone help me?
Tks! π
Hi massimolm ,
Please post a link to the form so I can take a quick look.
Bob
Please post a link to the form so I can take a quick look.
Bob
Tks! Bob
http://www.romacapitalemagazine.it/85-petizioni/1425-petizione-per-andrea
this is the link, it works well with firefox and IE10, but not with chrome
Massimo
http://www.romacapitalemagazine.it/85-petizioni/1425-petizione-per-andrea
this is the link, it works well with firefox and IE10, but not with chrome
Massimo
Hi Massimo,
The form without the template works OK in Chrome so the problem is with your template or something else on the page. There are a mess of JavaScript errors showing up, mostly from the FaceBook module I think.
The immediate cause is this block of CSS in the page
That CSS stops the user selecting the input boxes. It is not code that ChronoForms adds.
Bob
The form without the template works OK in Chrome so the problem is with your template or something else on the page. There are a mess of JavaScript errors showing up, mostly from the FaceBook module I think.
The immediate cause is this block of CSS in the page
<style>
body * {
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
}
</style>
That CSS stops the user selecting the input boxes. It is not code that ChronoForms adds.
Bob
ok, thank you, now I try to see the uninstall module sharing fb if it works. π
Hi massimo,
Possibly, I have no idea what it is there for so removing it may break something else :-(
Bob
Possibly, I have no idea what it is there for so removing it may break something else :-(
Bob
This topic is locked and no more replies can be posted.