Nivi Posted June 28, 2023 Share Posted June 28, 2023 Currently, I have a link in the post-submit for my form, but I'd like it to open in a new tab and preserve the website rather than replace the current tab. I know there's an easy solution for this for most link redirects, but for some reason the "open in new tab" slider is not an option in the settings for form links. Is there a way to code this in? Thanks! Link to comment
tuanphan Posted June 30, 2023 Share Posted June 30, 2023 (edited) In Form Post Submit, enter this code in HTML box <script> window.open('http://google.com', '_blank'); </script> Edited June 30, 2023 by tuanphan Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Nivi Posted July 3, 2023 Author Share Posted July 3, 2023 (edited) On 6/30/2023 at 3:45 AM, tuanphan said: <script> window.open('http://google.com', '_blank'); </script> Thanks for the reply, but this didn't solve the issue--no tab opens, I just get the post-submit message. Edited July 3, 2023 by Nivi Link to comment
tuanphan Posted July 4, 2023 Share Posted July 4, 2023 12 hours ago, Nivi said: Thanks for the reply, but this didn't solve the issue--no tab opens, I just get the post-submit message. Can you share link to page where you use form? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Nivi Posted July 12, 2023 Author Share Posted July 12, 2023 On 7/4/2023 at 5:37 AM, tuanphan said: Can you share link to page where you use form? https://www.cognitivetoybox.com/contact-sales Link to comment
tuanphan Posted July 15, 2023 Share Posted July 15, 2023 Try entering this code <script> window.location.href = "https://google.com"; </script> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment