Opened 8 years ago

Closed 8 years ago

#14325 closed Bug (invalid)

Formatted text doesn't save in my form

Reported by: magdesign Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

Steps to reproduce

  1. I'm using Contact Form 7 on my Wordpress site.
  2. When somebody input text to textarea with choosing font and click SEND FORM, it isn't appear in delivered email in MS Outlook.

Expected result

Formatted text and sended with form appear in email.

Actual result

Isn't appear.

Other details (browser, OS, CKEditor version, installed plugins)

CMS- wordpress, form plugin: Contact Form 7.

Change History (1)

comment:1 Changed 8 years ago by Jakub Ś

Resolution: invalid
Status: newclosed
Version: 4.5.6

Issues concerning CKEditor for Word Press should be reported here: ​https://wordpress.org/plugins/ckeditor-for-wordpress thus I'm closing this issue as invalid.

@magdesign there are so many things between editor and outlook that it is hard to suspect that this is editor fault. If you can't see formatted code then the only area where CKEditor could be held responsible is ACF. Please note however that Wordpress may also have some filter which strips certain HTML tags.

To learn more about ACF please see:
http://docs.ckeditor.com/#!/guide/dev_acf
http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter
http://docs.ckeditor.com/#!/guide/dev_disallowed_content
http://docs.ckeditor.com/#!/api/CKEDITOR.filter-method-addTransformations
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-extraAllowedContent

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy