Forum Replies Created

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

    (@solisis)

    No, it’s only on my local development machine. There’s no public URL.

    we’re using shortcode:
    <?php echo do_shortcode(‘[mc4wp_form]’); ?>

    Are you sure the plugin works with angular in general? I know the setup can be a thousand variations, but the theory is still the same. Fetch a wp page and parse out the contents of the main tag. I don’t know if the plugin enqueues a js library or something that wouldn’t be pulled in on an ajax load.

    Thread Starter solisis

    (@solisis)

    That’s exactly what I’m doing. I cannot use a plugin. it has to go through the wp_mail() function as stated in this plugin’s docs. The forms are complex and require additional processing, which goes beyond the scope of all contact plugins.

    Chances are yours may be working because the plugins bypass wp_mail and shoot straight from php’s mail() function, which is also not an option in my case because mail() is disabled on the system and we have no authority to override that, which is why we use postmark.

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