Title: Gravity forms compatibility
Last modified: August 21, 2016

---

# Gravity forms compatibility

 *  Resolved [Damian](https://wordpress.org/support/users/timersys/)
 * (@timersys)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/gravity-forms-compatibility/)
 * Hi ! All the notifications sent by gravity forms are not being sent with wp better
   email template. Any way to fix this?
 * Thanks!
 * [http://wordpress.org/extend/plugins/wp-better-emails/](http://wordpress.org/extend/plugins/wp-better-emails/)

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

 *  Thread Starter [Damian](https://wordpress.org/support/users/timersys/)
 * (@timersys)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/gravity-forms-compatibility/#post-3922569)
 * I just saw the the other post regarding gravity form. Sorry for duplicating it.
 * Anyway i found a solution. Just add into your functions.php
 *     ```
       add_filter('gform_notification_format','gf_email_format');
       function gf_email_format(){
       	return 'text/plain';
       }
       ```
   
 * Thanks!!
 *  Plugin Author [Nicolas Lemoine](https://wordpress.org/support/users/nlemoine/)
 * (@nlemoine)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/gravity-forms-compatibility/#post-3922706)
 * I answered you on the gravity forms [original thread](http://wordpress.org/support/topic/not-working-with-gravityforms?replies=5#post-4412033).

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

The topic ‘Gravity forms compatibility’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-better-emails_f6f6f6.svg)
 * [WP Better Emails](https://wordpress.org/plugins/wp-better-emails/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-better-emails/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-better-emails/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-better-emails/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-better-emails/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-better-emails/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Nicolas Lemoine](https://wordpress.org/support/users/nlemoine/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/gravity-forms-compatibility/#post-3922706)
 * Status: resolved