Community > Ideas
31 views
Not Accepted

Live Forms Opens in another page

Hi, will be great if you can add the target=_blank in forms redirect option. 

Thank you

Pedro Mosqueda Pedro Mosqueda
published 05/18/2022 13:09
Add Comment
Mandeep Singh
replied 05/18/2022 15:47

You can achieve this by executing a JavaScript on form submission and using a "window.open" method. Keep in mind this is not recommended practice as this will almost always be blocked by popup blockers. 

target="_blank" is only reserved for href links and must the user initiated. It does not apply to a server side (backend) redirect. 

Pedro Mosqueda
replied 05/18/2022 15:59

Thank you Master Mandeep. I appreciate your comment

Last Activity 05/18/2022 15:59