GDPR Consent Checkbox Links not possible
-
Is there a quick fix to add a link to the checkbox label?
This label works in preview but not when published:
Some text <a href="/someLink" target="_blank">GTC</a> and some <a href="/sthElse" target="_blank">other link text</a> to consent for sth.
When published the label value is used 1:1 as html check box value without being escaped. The label itself works, but the form is destroyed.
We might switch to WP Form if this is not possible straightforward. But our money for WS Forms were burned in this case :/
—
Solution – leave the quotes out:
Some text <a href=/someLink target=_blank>GTC</a> and some <a href=/sthElse target=_blank>other link text</a> to consent for sth.
@ws Form guys: please escape values to not bother your users…
- The topic ‘GDPR Consent Checkbox Links not possible’ is closed to new replies.