Form action URL (throwing errors in W3C validator)

rob_hawthorn 02 Apr, 2010
Hi,
I'm trying to keep my site 100% valid with W3C validator and I'm having trouble with the "form action" as the W3C validator is throwing a lot of errors in the form action URL. Looking at the source code the action is currently:
action="domainname.co.uk/index.php?option=com_chronocontact&task=send&chronoformname=Quick-Quote&Itemid=96"

The validator doesn't like the "&" and "?". I have SEF URL's on and they're working well, is there any way to replace the action URL with an shorter URL (an SEF URL) for example something like: "domainname.co.uk/quick-quote.html"

Regards,
Rob
GreyHead 02 Apr, 2010
Hi Rob,

See this post

Bob

PS The '-' in the form name may well cause you problems too.
This topic is locked and no more replies can be posted.