I’m missing the error or succesful delivery for the contact forms 7.
The styles from renew.css are hidding it!:
.wpcf7-response-output {
display: none;
}
Also the spinner at the right of the “submit” button is hidden and I need to put this to show it again:
form.wpcf7-form.submitting .ajax-loader {
visibility: visible;
}
Maybe there are more traps to find? Why??