Hi,
I have the same issue on my page after an update to the latest plugin version. Can anybody help with this?
Thanks and best regards!
This issue still persists in the current UM version 2.1.1. It is caused due to HTML escaping. In order for the links to be displayed correctly you have to disable HTML escaping here: ultimate-member\templates\gdpr-register.php –> l.32. You can use this code for it:
<span class="um-field-checkbox-option"><?php echo $confirm; ?></span>
You might also need to disble it here: ultimate-member\includes\core\class-fields.php –> l.60. Replace the line with this code:
<span class="um-field-checkbox-option"> <?php echo $title; ?></span>