Hello:
I experiencing problems with getting forms to work. Perhaps I've forgotten some steps somewhere. I've integrated FCKeditor 2.6.x with mediawiki (latest version for both) successfully.
I can see the forms icons and I am able to click on them and create forms (weather check box, radio button etc). The problem occurs when I click Save Page. The forms (check box) would be converted to code only eg:
<input type="radio" name="Like It" value="Like It"></input>Like It
<input type="radio" name="Hate It" value="Hate It"></input>Hate It
Is there some more formatting that I have to do to have this form working properly? I search the document looking for ways to configure the forms but could not find any.
Any help is appropriated...
I experiencing problems with getting forms to work. Perhaps I've forgotten some steps somewhere. I've integrated FCKeditor 2.6.x with mediawiki (latest version for both) successfully.
I can see the forms icons and I am able to click on them and create forms (weather check box, radio button etc). The problem occurs when I click Save Page. The forms (check box) would be converted to code only eg:
<input type="radio" name="Like It" value="Like It"></input>Like It
<input type="radio" name="Hate It" value="Hate It"></input>Hate It
Is there some more formatting that I have to do to have this form working properly? I search the document looking for ways to configure the forms but could not find any.
Any help is appropriated...

Re: Forms not working
Or am I missing something? What you post is what I'd expect from the editor.
Re: Forms not working