Joomla 5 Notice

We are pleased to announce that as of January 29, 2024, all of our Joomla extensions are compatible with Joomla 5.

For all who are still updateing from Joomla 3 to Joomla 4: Joomla 4 Migration instructions are available here:

There is now a separate Documentation for Visforms for Joomla 4 and for Visforms for Joomla 5!

Forum

Visforms Subscription user can ask questions in our forum. Please log in with the relevant user first.
Everybody can access the forum for reading.

Please only ask 1 question per topic.

Important information for almost every question:
V1: Which Visforms version is running?
V2: Which Joomla version is running?
V3: Which PHP version is running?

Privacy Consent

More
1 year 7 months ago - 1 year 7 months ago #9135 by SalvatoreG
Privacy Consent was created by 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
Last edit: 1 year 7 months ago by SalvatoreG.

More
1 year 7 months ago - 1 year 7 months ago #9142 by Administrator AV
Replied by Administrator AV on topic 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 :-).
Last edit: 1 year 7 months ago by Administrator IV.

More
1 year 7 months ago #9143 by Administrator IV
Replied by Administrator IV on topic 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 :-).
The following user(s) said Thank You: MaliRaj

More
1 year 7 months ago #9148 by SalvatoreG
Replied by SalvatoreG on topic 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

More
1 year 5 months ago #9342 by Administrator IV
Replied by Administrator IV on topic 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 :-).

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum