Joomla 5 Notice

We are pleased to announce that as of October 14, 2025, all of our Joomla extensions are compatible with Joomla 6.

For all who are still updateing from Joomla 3 to Joomla 4: Joomla 4 Migration instructions are available here:

There is a separate Documentation for Visforms for Joomla 4 and for Visforms for Joomla 5 and 6!

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.

Important information for almost every question:
V1: Which Visforms version is running?
V2: Which Joomla version is running?
V3: Which PHP version is running?

Insert Form In EngageBox

More
3 years 11 months ago #7702 by Administrator AV
Replied by Administrator AV on topic 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 5:
docs.joomla-5.visforms.vi-solutions.de/en/docs/
Most of this also applies retrospectively to Joomla 4.
Please only ask 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 5:
docs.joomla-5.visforms.vi-solutions.de/docs/
Das meiste gilt rückwirkend auch für Joomla 4.
Bitte immer nur 1 Frage pro Thema stellen :-).

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum