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.

Checkbox Bezeichnung ausblenden

More
1 year 2 months ago #8846 by Bambino
Checkbox Bezeichnung ausblenden was created by Bambino
Hallo,
ich möchte gern bei einer Checkbox unter dem Formular die Bezeichnung ausblenden und nur die Beschreibung unterhalb des Kästchens anzeigen. Wenn ich das per CSS ausblende wird auch der Stern für Pflichtfeld mit ausgeblendet. Wie kann ich das besser lösen?

Vielen Dank
Manuel

More
1 year 2 months ago #8852 by Administrator IV
Replied by Administrator IV on topic Checkbox Bezeichnung ausblenden
Hallo Manuel,

es hängt auch etwas vom gewählten Template und dem Form-Layout ab.

Für Cassiopeia und Bootstrap 5 funktioniert die folgende Lösung.

Formular:
vi-solutions.de/forum-uploads/checkbox-r...-label-name_form.png

Konfiguration:
Du musst für das Checkbox-Feld in der Feldkonfiguration eine individuelle CSS-Klasse für Bezeichnung und Feld vergeben.
vi-solutions.de/forum-uploads/checkbox-r...me_configuration.png

CSS:
Die Unterscheidung zwischen Bezeichnung und Feld erfolgt durch den entsprechenden CSS-Selektor.
Code:
input.checkbox-asterix::after {     content: '*';     color: red;     display: inline-block;     position: absolute;     margin-top: -0.5em;     margin-left: 1.5em; } label.checkbox-asterix {     display: none !important; }

Gruß, 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: Bambino

More
1 year 2 months ago #8865 by Bambino
Replied by Bambino on topic Checkbox Bezeichnung ausblenden
Vielen Dank! Mit einer kleinen Änderung hat so alles geklappt.

Viele Grüße
Manuel

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum