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
while it should be:
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!
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!
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
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
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.