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.

Wichtig Angaben für fast jede Frage:
V1: Welche Visforms-Version läuft?
V2: Welche Joomla-Version läuft?
V3: Welche PHP-Version läuft?

Aufgrund von Feiertagen und Urlaub ist bei Anfragen im Forum in der Zeit vom 20. Dezember 2024 bis zum 8.Januar 2025 mit verlängerten Antwortzeiten zu rechnen.

Dynamic value for select field type

Mehr
9 Jahre 10 Monate her #1335 von yvesvo
Dynamic value for select field type wurde erstellt von yvesvo
Hi,
First of ... I like your component (viForms) a lot ...
Then for my question/problem:
In a previous version of the component I made a "dynamic select" where the data for the options from the select were dynamically generated based on values in a table somewhere ...
this was done by adding a fixed option and replacing part of that option with the other options ... let me elaborate ;-)
the option that was entered looked like this : {MORE}||somevaluethatisallwaysthere
in this option some code changed the value of {MORE} into Option1||Option1 ; Option2||Option2 ; somevaluethatisallwaysthere (this was done in the HTML so it is a bit more complex than is shown here ... all the right code parts were added as well)
that way the form was correct and it worked ...
until I did an update of the viForms component a short while back ... all of a sudden the form could not be validated. I guess because the value that was chosen is not a value that was entered as an original value ...

Is there a way to get this working again ? (by either disabling this check or by being able to create a dynamical list from an SQL or something like that)

Mehr
9 Jahre 10 Monate her #1338 von Administrator AV
Administrator AV antwortete auf Dynamic value for select field type
Hi,

hu. The format and the creation of selects has changed fundamentally in Visforms 3.2.0.
So you are no longer able of creating a "dummy" option like "{MORE}, because I already check in the field configuration, that each option has a label and a value.

But I also included an event system that allows you to create custom plugins for Visforms. There is an Event onVisformsBeforeHtmlPrepare(com_visforms.field', &$field, $layout) and an event onVisformsAfterHtmlPrepare(com_visforms.field', &$field, &$html, $layout) which you might use to implement you custom code. (Plugin group is "visforms").

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 :-).
Folgende Benutzer bedankten sich: yvesvo

Moderatoren: Administrator AVAdministrator IV
Powered by Kunena Forum