Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Damian

    (@timersys)

    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

    (@nlemoine)

    I answered you on the gravity forms original thread.

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

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