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.

Custom Field Problem

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

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

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

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

Moderatoren: Administrator AVAdministrator IV
Powered by Kunena Forum