WPIntell

Source evidence

Fix missing icon border on older iPhones with iOS Safari

Image CAPTCHA for Contact Form 7 and WPForms by HookAndHook (DSGVO/GDPR) · support · 2026-05-28T13:36:00+00:00

complaintsentiment
highseverity
0.91relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 34 rows with source links

11.8% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

30 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
sankari unresolved
Hi, iOS Safari on older iPhones such as iPhone 11 has issues with showing borders of SVG images. It doesn’t show which icon of the captcha is selected. Adding this CSS code fixed the issue for me: /* Captcha: Hot fix for old Safari browsers */ .kc-captcha .captcha-image svg:active { display: inline-block; box-shadow: inset 0 0 0 2px red; } .captcha-image label:active { display: inline-block; border: 2px solid red; padding: 2px; border-radius: 4px; /* iOS secific fixes */ -webkit-box-sizing: border-box; box-sizing: border-box; vertical-align: middle; } .captcha-image svg { width: 35px; height: 35px; display: block; } Hi there, Thank you, I will have a look at it. Best regards

Comments

1 shown
Giovanni De Luca 2026-05-29T11:45:00+00:00

Hi there, Thank you, I will have a look at it. Best regards