Title: Restriction Message HTML Saving Problem
Last modified: March 10, 2017

---

# Restriction Message HTML Saving Problem

 *  Resolved [Suhimi Nain](https://wordpress.org/support/users/suhiminain/)
 * (@suhiminain)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/restriction-message-html-saving-problem/)
 * Hi, i have a problem about Restriction Message in Settings > Content Restriction
   > Restriction Message. I was insert HTML format text in the textarea (for logout/
   non member message). But after saving, all format was removed.
 * But, when i check in individual post the Restrict Message in working fine and
   save the HTML Formated Text.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Teodor Cosofret](https://wordpress.org/support/users/teodor-cosofret/)
 * (@teodor-cosofret)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/restriction-message-html-saving-problem/#post-8906768)
 * Hi,
 * Thank you for reaching out to us.
 * We know about this issue and in the next update it should be fixed.
 * As soon as it is live please update the plugin and let me know if everything 
   is working correctly.
 * Best regards,
 *  [richieri](https://wordpress.org/support/users/richieri/)
 * (@richieri)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/restriction-message-html-saving-problem/#post-8908967)
 * Hi guys, I think this is the same problem I have, when I try to break lines.
 * I made this workaround until the fix is ready. I added the following code on 
   functions.php of my child theme:
 * function linebreak_pms( $string ) {
    $string = str_replace(“\\n”,”<br>”,$string);
   return $string; } add_filter( ‘pms_email_content’, ‘linebreak_pms’);
 * In PMS setings, I write the text in just one line, adding “\n”, for example:
 * “Dear Customer!\n\nYou have successfully created your account!\n\nNow we waiting
   for your payment confirmation. You don’t need to answer this message.”
 * This of course is a ugly workaround, but I was able to send emails with line 
   breaks in the body.
 * Thanks!
 *  Plugin Author [Georgian Cocora](https://wordpress.org/support/users/raster02/)
 * (@raster02)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/restriction-message-html-saving-problem/#post-8943201)
 * Hello guys,
 * This issue will be fixed in the next release of Paid Member Subscriptions.
 * I believe this will happen later this week.
 * Regards.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Restriction Message HTML Saving Problem’ is closed to new replies.

 * ![](https://ps.w.org/paid-member-subscriptions/assets/icon-256x256.png?rev=2961161)
 * [Paid Membership Subscriptions - Effortless Memberships, Recurring Payments & Content Restriction](https://wordpress.org/plugins/paid-member-subscriptions/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/paid-member-subscriptions/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/paid-member-subscriptions/)
 * [Active Topics](https://wordpress.org/support/plugin/paid-member-subscriptions/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/paid-member-subscriptions/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/paid-member-subscriptions/reviews/)

 * 3 replies
 * 4 participants
 * Last reply from: [Georgian Cocora](https://wordpress.org/support/users/raster02/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/restriction-message-html-saving-problem/#post-8943201)
 * Status: resolved