Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1253239

    Hello,

    We are using the standard mailchimp signup form and have a thank you page selected.
    This thank you page however is opening over the same window. Is there a way to open the thank you page in a new window, after submitting the mailchimp form?

    Thanks.

    Jos

    #1253774

    Hi Jos,

    Try to modify contact.js in wp-content > themes > enfold > config-template-builder > avia-shortcodes > contact folder and find this code (line 288):

    location.href = redirect_to;

    replace with:

    window.open(redirect_to, '_blank');

    You’ll need flush out cache if you have a caching plugin and clear the browser cache.
    Hope it helps.

    Best regards,
    Nikko

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.