JS bug in config validation error display
-
When there is more than one error in the “Additional Settings” tab “undefined” is displayed in the error message.
This is due to the lack of
"tab.replace( '-', '_' )"
in this line https://plugins.trac.www.ads-software.com/browser/contact-form-7/tags/5.0/admin/js/scripts.js#L216It should be
.replace( '%d', errorCount[ tab.replace( '-', '_' ) ] );
Not sure if this was your intended way of contacting you about the bug but the form on your website thought I was spam…
Cheers,
Thomas
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘JS bug in config validation error display’ is closed to new replies.