We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed3bf3 commit 5d06f91Copy full SHA for 5d06f91
public/partials/divi-accessibility-embedded-js.php
@@ -265,10 +265,7 @@ function skipTo(target) {
265
* @divi-module Contact
266
*/
267
$('.et_pb_contact_form').each(function (e) {
268
- var captchaQuestion = $(this).find('.et_pb_contact_captcha_question');
269
- $(this).find('input.et_pb_contact_captcha').attr('id', 'et_pb_contact_module_captcha_' + e);
270
-
271
- captchaQuestion.wrap('<label for="et_pb_contact_module_captcha_' + e + '"></label>');
+ $(this).find('.et_pb_contact_captcha_question').parent().wrap('<label></label>');
272
});
273
274
})(jQuery);
0 commit comments