Forums

[SOLVED] CF 4.0.4 and a brand new website in J3.2

compart 03 Dec, 2013
Hello I have problem with CF 4.0.4 and Joomla 3.2 (not upgraded from 3.x)

I have a form with several filed "required" but the front-end validation is not working.

When i submit the form, instead of "required fields...." I get:
Data Array:

Array
(
[option] => com_chronoforms
[chronoform] => Contatto
[event] => submit
[nome] =>
[Cognome] =>
[Societa] =>
[Email] =>
[Telefono] =>
[Testo] =>
[Privacy] =>
[invia] => Invia la richiesta
[682db6740ed529c0024ea0814e0c368a] => 1
)

Validation Errors:

Array
(
)
GreyHead 03 Dec, 2013
Hi compart,

What you see there is output from the Debugger action. You can just delete the action in the Form Wizard or turn it off in the Easy Wizard.

There are no clues about the validation though. Please post a link to the form so I can take a quick look.

Bob
compart 04 Dec, 2013
Hello GreyHead,

Joomla 3.2 the form is not working:
....
same server but Joomla 3.1 and the form is working fine:
....

Chronoform 4.0.4 on both websites.

If you backup the form from Joomla 3.2 to the 3.1 it will work!
if you want I can give you an admin access in private.
GreyHead 04 Dec, 2013
Hi compart,

The MooTools library isn't being loaded in the 3.2 version. Usually this is done by the template but as MooTools is now deprecated in Joomla! it can't be relied on. Please see this FAQ for how to load it; or you can try my custom Show HTML [GH] action which I think will do it for you.

Bob
compart 04 Dec, 2013
it works...! Thanks 😀
This topic is locked and no more replies can be posted.