- This topic has 1 reply, 2 voices, and was last updated 10 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Lightbox Ultimate › HTML Page Content Display in overlay shortcode…
Hello,
In need help for my website.
The HTML page which I display in overlay is an optin form. When user valid this form, I need to redirect him on other page (sale page). My problem is that the page open in the overlay… not in browser…
Is there a way to open the new page in the browser or new tab, and not in the overlay ? (perhaps on detection of the click…)
Thanks a lot.
;op
Hi, I’m not sure if it will work but you can try the following:
1) create an event handler which gets triggered after the form is validated.
2) In the event handler function redirect the user to the sales page.
Now these need to be done using custom JavaScript code. Because as far as Lightbox Ultimate is concerned it’s just opening a remote page in lightbox. It can’t control what happens inside the page.