&'s of Chrono killing my HTML validity

tengu 20 Sep, 2010
Hello!

First of all, I have been heavily studying ChronoForms tha last few weeks, and I am seeing more and more great (!) uses of the thing, not just for making forms. I love ๐Ÿ˜› it! Thanks to however has made it๐Ÿ™‚

But (there is always a 'but', huh?) Something is nagging me. When you do not redirect or 'action' a form, the action of the form is not correct. For example it is

http://localhost/agenda/index.php?option=com_chronocontact&task=send&chronoformname=Switch&Itemid=1


while it should be:
http://localhost/agenda/index.php?option=com_chronocontact&task=send&chronoformname=Switch&Itemid=1


So '&' instead of '&'. Well, 'should be' meaning it is valid. Is there a quick fix / trick / or dirty code hack to make Chronoforms make the urls valid?

Thanks in advance!
GreyHead 24 Sep, 2010
Hi tengu,

Yes, there is a little hack to fix this posted in the forums here (several times). You only need this if you need your page to be fully HTML compliant, it doesn't appear to affect the way the form works at all.

Bob
tengu 03 Oct, 2010
Thanks! I thought I had searched the forum but I guess I didn't do it weel enough. I'll search again. Thanks. (Glad there is a solution๐Ÿ™‚ )
This topic is locked and no more replies can be posted.