Joomla 6 Notice

We are pleased to announce that all our Joomla extensions have been compatible with Joomla 6 since October 14th, 2025.

For those currently upgrading from Joomla 3 to 4: Instructions for Joomla 4 migration can be found here:

There are standalone documentations Visforms Joomla 4, Visforms Joomla 5 and Visforms Joomla 6.

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?

Checkbox Bezeichnung ausblenden

More
3 years 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
3 years 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 6:
docs.joomla-6.visforms.vi-solutions.de/en/docs/
Please ask only 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 6:
docs.joomla-6.visforms.vi-solutions.de/docs/
Bitte immer nur 1 Frage pro Thema stellen :-).
The following user(s) said Thank You: Bambino

More
3 years 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