Sign-Up Notifications
-
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!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Sign-Up Notifications’ is closed to new replies.