Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.
// When form has error
document.addEventListener('wpcf7invalid', function() {
// prevent popup from closing
jQuery('.elementor-popup-modal').show();
});
// When form is successful
document.addEventListener('wpcf7mailsent', function(event) {
// Reload the page after success
location.reload();
});
A WordPress Commenter
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.