Viewing 6 replies - 1 through 6 (of 6 total)
  • Were you able to find a solution?

    Thread Starter lb_billy

    (@lb_billy)

    No, I didn’t spend anymore time on it…

    Hi there,

    I found the answer in this support ticket,
    https://wordpress.org/support/topic/mailpoet-subscribe-form-ajax-tips-not-working/

    hope it solves it for you too.

    Thread Starter lb_billy

    (@lb_billy)

    Hey – thanks a lot, but I don’t have that code in my functions.php file to begin with, so can’t remove it;)

    Oh well, thanks for letting me know though…

    Hi I figured out further issue beside that code,

    The validation scripts & style weren’t not loaded in my site.
    so I’ve changed “wp_register_script” to “wp_enqueue_script” & “wp_register_style” to “wp_enqueue_style” from line 352 to line 363 in:
    /wp-content/plugins/wysija-newsletters/core/base.php file

    I’m using 2.7.8 version of the plugin. And now the validation & “After submit” messages appear in my site.

    • This reply was modified 7 years, 1 month ago by engynazmy.
    hannah

    (@hannah93135)

    I encountered this problem after I set a customized “after submit”. I found that the error is made in helpers/user.php from line 156 to 170. I didn’t fix the bug but simply replaced $message_success with my customized “after submit”. Then, it works.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘'After Submit' not showing’ is closed to new replies.