Hi all,
I've some problems with the W3C validator [http://goo.gl/gaZdX] which tells me that the action url of my chronoform doesn't comply the standard.
I'm using standard joomla urls because of some other problems with SEO and URL rewriting and now these ampersands fail the w3c validation.
I'm not able to find the piece of the code inside chronoform which is responsible of writing the <form action="bla bla bla">. Does anyone can help me?
If I find the right place I can correctly encode the url with
Thanks in advance!
I've some problems with the W3C validator [http://goo.gl/gaZdX] which tells me that the action url of my chronoform doesn't comply the standard.
I'm using standard joomla urls because of some other problems with SEO and URL rewriting and now these ampersands fail the w3c validation.
I'm not able to find the piece of the code inside chronoform which is responsible of writing the <form action="bla bla bla">. Does anyone can help me?
If I find the right place I can correctly encode the url with
&
in place of &
.Thanks in advance!