• Resolved CoBu1

    (@cobu1)


    When I get my weekly notification of new subscribers, will it include the data from all the fields in the form?

    If not, I need to get the HTTP POST integration working. Currently I have my POST URL set to /my-theme/free-listing-management.php.

    And that file looks like this:

    <?php
    if( isset($_POST['company']) ) {
    	wp_mail('[email protected]', 'Test', 'This is a test message');
    }

    Why doesn’t this get executed? Thanks!

    https://ww.wp.xz.cn/plugins/mailmunch/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Liz Gannes

    (@lizgannes)

    Hi Cobu, Can you please create a support ticket with us for this.

Viewing 1 replies (of 1 total)

The topic ‘Sign-Up Notifications’ is closed to new replies.