Javier Pérez González Posted April 29, 2021 Share Posted April 29, 2021 Buenas a todxs, básicamente eso tengo que Añadir al Formulario FORMULARIO la casilla para que acepten la política de privacidad y añadir el enlace a la política de privacidad que ya está creada la página correspondiente de CMS. FORMULARIO: https://nuevelunasbaby.es/contactenos CMS POLÍTICA PRIVACIDAD https://nuevelunasbaby.es/content/3-politica-de-privacidad Gracias ante todo. Link to comment Share on other sites More sharing options...
AleAlejandro Posted May 17, 2021 Share Posted May 17, 2021 En tu directorio : /modules/psgdpr/views/templates/hook/displayGDPRConsent.tpl **Abre el archivo tpl -----> ubica la seccion <div id="gdpr_consent" class="gdpr_module_{$psgdpr_id_module|escape:'htmlall':'UTF-8'}"> <span class="custom-checkbox"> <label class="psgdpr_consent_message"> <input id="psgdpr_consent_checkbox_{$psgdpr_id_module|escape:'htmlall':'UTF-8'}" name="psgdpr_consent_checkbox" type="checkbox" value="1" class="psgdpr_consent_checkboxes_{$psgdpr_id_module|escape:'htmlall':'UTF-8'}"> <span><i class="material-icons rtl-no-flip checkbox-checked psgdpr_consent_icon"></i></span> <span>{$psgdpr_consent_message nofilter}</span>{* html data *} </label> </span> </div> Modifica el ultimo <span></span> quedando: <span><a href="https://nuevelunasbaby.es/content/3-politica-de-privacidad" target="_blank">{$psgdpr_consent_message nofilter}</a></span>{* html data *} Nota: Lo que esta en negrita fue lo que se agregó Quizá no es lo más óptimo pero es lo que se me ocurre (No olvides borrar caché) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now