// in lib/modules/contact-form-widgets/css/always.less
// in lib/modules/contact-form-widgets/pubic/css/always.less
if (err) {
alert('Something was not right. Please review your submission.');
}
// Replace the form with its formerly hidden thank you message
$form.replaceWith($form.find('[data-thank-you]'));
});
if (err) {
alert('Something was not right. Please review your submission.');
} else {
// Replace the form with its formerly hidden thank you message
$form.replaceWith($form.find('[data-thank-you]'));
}
});