Hello,
I would like to open a website in a new window after my visitor fill in the form and click the submit button. How can I do it ?
I've made a contact form via shortcodes. You can check it here: http://www.reservajaguare.com.br
Thanks a lot
(3 posts)
(2 voices)
Hello,
I would like to open a website in a new window after my visitor fill in the form and click the submit button. How can I do it ?
I've made a contact form via shortcodes. You can check it here: http://www.reservajaguare.com.br
Thanks a lot
Hello VR360,
Try pasting this in Dashboard -> your theme -> General Settings -> Custom Javascript,
jQuery('.contact_form_submit').click(function(){ window.open("URL", "_blank"); });
And replace "URL" with your link.
Exactly what I need. Worked perfectly. Elliot, thank you again for your fast support.
You must log in to post.