פתיחת דף תודה בטאב חדש בזמן שליחת טופס אלמנטור - טופס בודד בדף
Tue May 18 2021 18:57:33 GMT+0000 (UTC)
Saved by
@Shesek
<script>
//The event is submit_success so you can catch it for example: jQuery( document ).ready(function( $ ){ $( document ).on('submit_success', function(){ // form has been submitted window.open('YOUR URL', '_blank'); }); });
</script>
content_copyCOPY
Comments