Gregory3010
-
Posts
4 -
Joined
-
Last visited
Community Answers
-
Gregory3010's post in Redirect to a page instead on promotional pop up was marked as the answer
Hi Lucie, I did it last week for my website.
Enter below code to Post-Submit HTML. Just change the url link to yours "/your-url"
<script>
window.location.href = "/your-url";
</script>