Joomla 6 Mitteilung

Wir freuen uns mitteilen zu können, dass seit dem 14. Oktober 2025 alle unsere Joomla Erweiterungen mit Joomla 6 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 eigenständige Dokumentationen Visforms Joomla 4, Visforms Joomla 5 und Visforms Joomla 6.

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.

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

Custom Field Problem

Mehr
9 Jahre 6 Monate her #3704 von fede491
Custom Field Problem wurde erstellt von fede491
Hi Aicha,
I'm using Visforms version 3.8.9 and I’m using the custom field extension, but I have a problem:
If I use this formula:

([FATTURATO] >= 50000) ? ([FATTURATO]*0.012) : 0

everything works fine

but I use this:

([FATTURATO] <= 50000) ? ([FATTURATO]*0.012) : 0

after saving, the text is modified in this way

([FATTURATO] FATTURATO]*0.012) : 0

and of course the calculation does not work I’ve the same problem although I use only the less than sign (<)

This is very strange for me...

Mehr
9 Jahre 6 Monate her - 9 Jahre 6 Monate her #3705 von Administrator AV
Administrator AV antwortete auf Custom Field Problem
Hi,

thanks for the post.
I will check into this as soon as possible.
As the greater sign seem to work, maybe as a workaround you can just switch the order.

(50000 > [FATTURATO])

Regards,
Aicha

: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 :-).
Letzte Änderung: 9 Jahre 6 Monate her von Administrator AV.

Mehr
9 Jahre 6 Monate her #3706 von Administrator AV
Administrator AV antwortete auf Custom Field Problem
Hi,

I was able to reproduce the problem and to figure where it comes form.
It is easy to fix.
Please open the file administrator/components/com_visforms/models/forms/visfield.xml

At line 707 - 709 you find the following code
Code:
<field name="f_calculation_equation" type="textarea" label="COM_VISFORMS_CALCULATION_EQUATION" description="COM_VISFORMS_CALCULATION_EQUATION_DESC" class="inputbox" rows="5" />

replace it with
Code:
<field name="f_calculation_equation" type="textarea" label="COM_VISFORMS_CALCULATION_EQUATION" description="COM_VISFORMS_CALCULATION_EQUATION_DESC" class="inputbox" rows="5" filter="raw" />

I will add the fix to the Visforms core, so that it will be release with the next version.

Regards,
Aicha

: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 :-).

Mehr
9 Jahre 5 Monate her #3758 von fede491
fede491 antwortete auf Custom Field Problem
Thank you!!!

Mehr
9 Jahre 5 Monate her #3760 von Administrator AV
Administrator AV antwortete auf Custom Field Problem
You're very welcome and I have to thank you for pointing me to a bug in Visforms!

Kind Regards,
Aicha

: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 :-).

Moderatoren: Administrator AVAdministrator IV
Powered by Kunena Forum