Working with CKEditor plugin for Joomla 1.6.1
In the article, I add a form.
All attributes are Ok, except action
I see action="myaction.php" when I click on the Source button before saving. That is Ok.
But after saving, it has disapeared.
Is this a bug ?
In the article, I add a form.
All attributes are Ok, except action
I see action="myaction.php" when I click on the Source button before saving. That is Ok.
But after saving, it has disapeared.
Is this a bug ?
Re: cannot save the action of the form
this is not extension or CKEditor issue. I think that yours Joomla strip some html code from your article. Please go to Article Manager Options settings in your Joomla administrator page and change settings. In my case I use no filtering option for Super Users and I have my action and name values in form tag after save article.
Please be careful with those settings in production server.
Hope this helps you.
Re: cannot save the action of the form
Thank you for your answer : you are right.
I set the Articles Parameters to "No filter" for the super user and now it rocks.
But only with GET.
When I set to POST, $_POST is set to empty in the target page.
May be Joomla ?
Re: cannot save the action of the form