Wordpress. Betheme theme. Layered Popups plugin for pop-up forms. When you click the submit button, you need to simultaneously transfer to the thank-you page (facebook pixel). Who will tell you how to implement it?

    1 answer 1

    Maybe someone will help. In block content layer.

    <input type="button" value="клик" onclick="one(); two();" /> <script> function one() { return ulp_subscribe(this); } function two() { window.open('http://example.com'); } </script>