CKEditor inline - cannot add form tag -


we not able add form tag inline ckeditor chrome , ie, works fine in firefox. if add form inline ckeditor, removing form tag.

for ex.: if add form tag in firefox, adds (which working fine)

<form>test</form> 

enter image description here in ie , chrome, shows only: (this have issue)

test 

enter image description here workaround this?

i have found solution this. because of form tag in page. when form added inside form, ie , chrome seems remove added form tag. firefox ignores it. after removed main form tag of page, works fine in browsers.


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -