להריץ קוד JS אחרי שטופס אלמנטור נשלח בהצלחה

PHOTO EMBED

Thu Mar 02 2023 10:19:43 GMT+0000 (Coordinated Universal Time)

Saved by @Shesek

//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 do your thing
	});
});
content_copyCOPY

https://github.com/elementor/elementor/issues/5305