W3C validation

gillyblox 06 Oct, 2009
Hi

This may have already been suggested somewhere, so apologies if it has as I'm a bit of a newbie here.

I had a problem with my form validating usng the w3C validator due to & in the form action url.

I modified the file: components/com_chronocontact/chronocontact.html.php about line 157.

Line 157 $actionurl = $MyForm->getAction($MyForm->formrow->name);

Added a new line:

$actionurl = str_replace( '&', '&', $actionurl );

My form now validates.

Hope this helps.
GreyHead 06 Oct, 2009
Hi gillyblox,

Good catch - hopefully Max will add this in a future version.

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