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?

Insert Form In EngageBox

Mehr
4 Jahre 6 Monate her #7702 von Administrator AV
Administrator AV antwortete auf Insert Form In EngageBox
Hi,
thanks for the backup.
This is really a complex environment.
I think, I found the source of the problem and was able to improve the visforms code.

I've just release visforms 4.1.3 which contains the bugfix.

I can now load the "home" menu entry, without any further error.
I did not dig deeper into the structure of your website, so I do not know, whether everything works now as you expected.
But the visforms related "HMTLHelper visforms not found" error is fixed.

I noticed, that your regular expressions in the field validation cause a javascript error, because they are incorrect.
Code:
^\([A-Z])*\w+
Opening bracket is escape, so checks for the character (
Closing bracket is not escaped, so it is  interpreted as the closing bracket of a group, where the opening bracket is missing.
This causes a Uncaught SyntaxError: unmatched ) in regular expression
A correct regex would for example be
Code:
^([A-Z])\w+

And there is a javascript error caused by components/com_sppagebuilder/assets/js/sppagebuilder.js

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