Joomla 5 Mitteilung

Wir freuen uns mitteilen zu können, dass seit dem 29. Januar 2024 alle unsere Joomla Erweiterungen mit Joomla 5 kompatible sind.

Für alle die gerade noch von Joomla 3 auf 4 aktualisieren: Anleitungen für die Joomla 4 Migration gibt es hier:

Es gibt nun auch eine eigenständige Dokumentation für Visforms für Joomla 4 und für Visforms auf Joomla 5

Forum

Visforms Subscription Inhaber können in unserem Forum Fragen stellen. Bitte mit dem entsprechenden Benutzer anmelden.
Jeder kann lesend auf das Forum zugreifen.

Bitte stellen Sie nur 1 Frage pro Thema.

Privacy Consent

Mehr
1 Jahr 2 Wochen her - 1 Jahr 2 Wochen her #9135 von SalvatoreG
Privacy Consent wurde erstellt von SalvatoreG
I used a “Checkbox”:1) I called the checkbox: “Consnso Privacy” ("Privacy consent").
2) In the Advanced tab as "Custom text" I entered the following text:“ * Confermo di aver letto l'informativa sulla privacy e dichiaro di dare il mio consenso al trattamento dei dati personali secondo il regolamento (UE) 2016/679 – GDPR”
( “ * I confirm that I have read the privacy policy and I declare to give my consent to the processing of personal data according to the regulation (EU) 2016/679 – GDPR” ).
3) I created a custom.css file where I entered:
#modvisform125consent-privacylbl {display: none;}.
This does not display the “Consenso Privacy” (“Privacy Consent”) label.
The text can only appear above or below the checkbox.
How can I do to have the text aligned with the checkbox?
Thank you.
Salvatore
Letzte Änderung: 1 Jahr 2 Wochen her von SalvatoreG.

Mehr
1 Jahr 2 Wochen her - 1 Jahr 2 Wochen her #9142 von Administrator AV
Administrator AV antwortete auf Privacy Consent
Hi Salvatore,

you are correct.

The custom text can not be used to replace the field label.
I think it is very difficult (probably not possible) to achieve this result with custom css.
Currently this is only possible with custom JavaScript.

If you want to provide a link to your privacy policy, than currently you have to split the process in two parts.
Part 1: You use the custom text to place your text with the link above the checkbox (adapt your texts accordingly).
Part 2: You use the checkbox label as the text, where the user actually consents.

If you want to use custom JavaScript then do the following:
1. Wrap the custom text into a p with class="privacy-text"
2. Add the following JavaScript
Code:
jQuery(document).ready( function() {     let privacyTextContainer = jQuery('.privacy-text');     // get privacy text     let privacyText = privacyTextContainer.text();     // set privacy text in field label     jQuery('#modvisform125consent-privacylbl').text(privacyText);     // remove privacy text from custom text position     privacyTextContainer.text(''); });

See our documentation on how to add custom JavaScript:
docs.joomla-4.visforms.vi-solutions.de/e...add-script-overview/

Regards,
Aicha
 

:idea: I recommend you the new and up-to-date documentation for Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/en/docs/
Most of this also applies retrospectively to Joomla 3.
Please only ask 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/docs/
Das meiste gilt rückwirkend auch für Joomla 3.
Bitte immer nur 1 Frage pro Thema stellen :-).
Letzte Änderung: 1 Jahr 2 Wochen her von Administrator IV.

Mehr
1 Jahr 2 Wochen her #9143 von Administrator IV
Administrator IV antwortete auf Privacy Consent
Hello Salvatore,

I spoke to the team about your requirement.
We find your idea very interesting for other scenarios as well and would like to integrate it into Visforms.

I have created a development issue for the feature wish list:
Issue [VF-778] Forum: Custom Text Position in Field Configuration: Add option 'Replace Field Label'

When we release the new feature, you will be explicitly informed about the release here in the topic.
Thank you for your contribution!

Kind regards, Ingmar

:idea: I recommend you the new and up-to-date documentation for Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/en/docs/
Most of this also applies retrospectively to Joomla 3.
Please only ask 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/docs/
Das meiste gilt rückwirkend auch für Joomla 3.
Bitte immer nur 1 Frage pro Thema stellen :-).
Folgende Benutzer bedankten sich: MaliRaj

Mehr
1 Jahr 2 Wochen her #9148 von SalvatoreG
SalvatoreG antwortete auf Privacy Consent
Hello,
I thank you for your assistance.
I will try to apply Aicha's suggestions.
Being a beginner with javascript I am very happy to know that you will release a new feature.
Thanks, Regards
Salvatore

Mehr
10 Monate 3 Wochen her #9342 von Administrator IV
Administrator IV antwortete auf Privacy Consent
Hi Salvatore,

the new feature is included in the latest release from 22.05.2023 for Joomla 4:
Visforms 4.3.0
docs.joomla-4.visforms.vi-solutions.de/e...dates/version-4-3-0/
Visforms Subscription 4.3.0
docs.joomla-4.visforms.vi-solutions.de/e...s/sub-version-4-3-0/

Warning: This is a beta release.
It is not available through the Joomla update manager.
The installations have to be done manually and the procedure is described in the documentation.
Installation of the free basic package:
docs.joomla-4.visforms.vi-solutions.de/e...erview-installation/
Subscription installation instructions:
docs.joomla-4.visforms.vi-solutions.de/e...iption/installation/

The new feature is explained in the documentation.
Replace field label with custom text:
docs.joomla-4.visforms.vi-solutions.de/e...stom-text-positions/

Greetings, Ingmar

:idea: I recommend you the new and up-to-date documentation for Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/en/docs/
Most of this also applies retrospectively to Joomla 3.
Please only ask 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/docs/
Das meiste gilt rückwirkend auch für Joomla 3.
Bitte immer nur 1 Frage pro Thema stellen :-).

Moderatoren: Administrator AVAdministrator IV
Powered by Kunena Forum