Open kathangeorg opened 7 years ago
Because of for (var i = 1; i <= 1000; ++i) {...} .g-recaptcha fields with a uid >1000 are not rendered. Therfore I changed the addJsFooterInlineCode part.
for (var i = 1; i <= 1000; ++i) {...}
addJsFooterInlineCode
Because of
for (var i = 1; i <= 1000; ++i) {...}
.g-recaptcha fields with a uid >1000 are not rendered. Therfore I changed theaddJsFooterInlineCode
part.