CF7 5.4 Update, Missing Validation Message
-
It’s no secret the cf7 5.4 update is breaking everything. I noticed an issue where the validation message is empty when you submit a form with a required signature. It’s caused by this error: https://webpagefx.mangoapps.com/sf/NDgwMjcyXzgxODkxMjE
I was able to fix this by editing this file: contact-form-7-signature-addon\public\class-wpcf7-signature-public.php
Around line 198, change
<input %2$s id="wpcf7_input_%1$s"/><input %9$s id="wpcf7_input_%1$s_attachment"/><input %10$s id="wpcf7_input_%1$s_inline"/>%3$s
To:
<input class="wpcf7-form-control" %2$s id="wpcf7_input_%1$s"/><input %9$s id="wpcf7_input_%1$s_attachment"/><input %10$s id="wpcf7_input_%1$s_inline"/>%3$s
I know the plugin author probably isn’t going to release any more updates, but if you do, please include this in the update!
- The topic ‘CF7 5.4 Update, Missing Validation Message’ is closed to new replies.