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.

Kennzeichen für Pflichtfeld nicht immer ausgeblendet

More
9 months 1 week ago #9631 by GockelnC
Hallo,
einige Felder eines Formulars sind als Pflichjtfeld gekennzeichnet.
Unter "Formular -> Erweitert" Ist "Position für Text Pflichtfeld" auf "Garn nicht" gesetzt, Die Option "Required * zeigen" auf "nein.
Trotzdem wird beim ersten Pflichtfeld der * für Pflichtfeld angezeigt. Beim zweiten Pflichtfeld nicht.

Das Ganze wiederholt sich bei jedem Seitenwechsel (mehrseitiges Formular Layout Accordion)

Im Einsatz: Version 4.3.0 Beta mit Subscription
Schön wäre es, wenn alle * der Pflichtfelder ausgeblendet werden.
Habe ich eine Einstellung übersehen?
Danke für Rückmeldungen.

Gruss
Christian
Attachments:

More
9 months 1 week ago #9635 by Administrator IV
Replied by Administrator IV on topic Kennzeichen für Pflichtfeld nicht immer ausgeblendet
Hallo Christian,

deine Konfiguration ist erst einmal korrekt.

Ich muss mir ansehen, wie der rote Asterix genau entsteht, also welches CSS den roten Asterix verursacht.
Es muss ja nicht unbedingt allein vom Visforms-CSS stammen.
Dazu benötige ich einen Zugang zum Formular.

Liebe Grüße, 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 :-).

More
9 months 1 week ago #9636 by GockelnC
This message contains secure information

More
9 months 5 days ago - 9 months 5 days ago #9646 by Administrator IV
Replied by Administrator IV on topic Kennzeichen für Pflichtfeld nicht immer ausgeblendet
Hallo Christian,

vielen Dank für den Link zu deinem Formular.

Wie vermutet wird das Pflichtfeld-Kennzeichen jeweils für jedes erste Feld pro Akkordion-Abschnitt (:first-child) durch dein Template erzeugt (template.css):
vi-solutions.de/forum-uploads/firefox-to...rom-template-css.png

Code:
.required:not([id^="jform"]):first-child::after {   color: red;   content: '*';   display: inline; }


Du kannst schauen, ob du es direkt im Template auf die eine oder andere Weise konfigurieren kannst.

Oder du verwendest etwas eigenes CSS im Kontext von Visforms, um das Template zumindest für Visforms zu überschreiben.
Mit den Visforms 'Front-End-Web-Assets' kannst du spezifisch für ein Formular, direkt in der Formular-Konfiguration arbeiten.

JavaScript und CSS hinzufügen:
docs.joomla-4.visforms.vi-solutions.de/d...a-script-extensions/
Die Visforms Front-End-Web-Assets:
docs.joomla-4.visforms.vi-solutions.de/d...ons/add-script-fewa/
Das Formular Layout mit CSS anpassen:
docs.joomla-4.visforms.vi-solutions.de/d...orm-layout-with-css/

Mit dem folgenden Custom-CSS, verschwinden die betroffenen Pflichtfeld-Kennzeichen (genauer: verschwinden alle Pflichtfeld-Kennzeichen):
Code:
.visform .required::after {   display: none !important; }


Liebe Grüße, 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 :-).
Last edit: 9 months 5 days ago by Administrator IV.

More
9 months 4 days ago #9648 by GockelnC
Hallo Ingmar,

vielen Dank für die Hilfe.
Ich habe das Custom CSS im Formular mit dem Front-End-Webbasset eingebaut.
Das rote * ist weg.
Das Template entsprechend anzupassen wird das nächste sein.

Gruss
Christian

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum