Forums

form don't work with chrome

massimolm 27 May, 2013
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! πŸ™‚
GreyHead 28 May, 2013
Hi massimolm ,

Please post a link to the form so I can take a quick look.

Bob
GreyHead 28 May, 2013
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
<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
massimolm 28 May, 2013
thank you, so I have to remove that section from the CSS?🀨
massimolm 28 May, 2013
ok, thank you, now I try to see the uninstall module sharing fb if it works. πŸ™‚
GreyHead 28 May, 2013
Hi massimo,

Possibly, I have no idea what it is there for so removing it may break something else :-(

Bob
massimolm 28 May, 2013
Do not worry, I do a backup, and I try, I like challenges! 8)
I'll let you know if I resolve.
thanksπŸ™‚
This topic is locked and no more replies can be posted.