Jump to content

Problems inserting textarea tag


Recommended Posts

Hi,

I'm creating a custom form with CMS and tiny_mce

All is working except when i insert a <textarea></textarea>(all my form i'm inserting with html code)

But when i insert <textarea></textarea> tag the editor erase this tag ...

Why ??, Can someone help me??

Link to comment
Share on other sites

I just tried on my demo server,it works fine. you can see it here.

http://agileservex.com/prestashop141/cms.php?id_cms=1

 

Please make sure you insert the code at HTML mode. There is a HTML icon button at the editing tool bar area. CLick this button, a new popup window will popup with HTML code inside. You can edit and insert HTML code directly and then click Update. (maybe you already know this)

Link to comment
Share on other sites

Thanks !

I revolved the problem .. It seems that the textarea tag isn't be empty .. I mean :

If i put <textarea> </textarea> the insert process filter and it doesn't put this tag ...

but if i put <textarea> Hello word </texarea> the insert process insert correctly the tag ....

Link to comment
Share on other sites

×
×
  • Create New...