GDPR Description not showing
-
Hi,
Within plugin settings, Ive entered text string for the ‘Detailed description for GDPR checkbox’, but when I view the form on the front end, it only shows the GDPR consent checkbox and ‘Text to display after GDPR checkbox in the download form.’
To fix this, I added the following code to line 163 of file: /classes/ed-shortcode.php
if ($gdpr[‘ed_c_gdprmessage’]) : $ed_gdpr_html .= ‘<p>’.$gdpr[‘ed_c_gdprmessage’].'</p>’; endif;
Is there anyway, the plugin can be updated to include this code so the change isnt lost when updating the plugin ?
- The topic ‘GDPR Description not showing’ is closed to new replies.