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
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