Is anybody using FCKeditor and working fine? i have a problem with it. Infact everything is working fine except that the form retained values are displayed along with the tags in the editor.
I mean when my form is submitted, inputs are validated and if certain fields are missing or wrong the submitted values are returned/retained back onceagain for necessary modification/changes by the users. In this situation, the retained values come along with the tags in the editor something like below.
<p>This is <strong>bold</strong>.
But it doesnt give the same error when i retrieve the values from the database. I am very confused. Please help me!
I mean when my form is submitted, inputs are validated and if certain fields are missing or wrong the submitted values are returned/retained back onceagain for necessary modification/changes by the users. In this situation, the retained values come along with the tags in the editor something like below.
<p>This is <strong>bold</strong>.
But it doesnt give the same error when i retrieve the values from the database. I am very confused. Please help me!
Comment