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.

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?

visforms 3.2.1 suggestion

Mehr
10 Jahre 6 Monate her #1188 von Gabor
visforms 3.2.1 suggestion wurde erstellt von Gabor
Dear Aicha,

The 3.2.1 Visform version is awesome! I really love to use it and thank you very much for your effort.

Just a small improvement please :-)
My form sitting at the end of the page, but scrolling up automatically when the form is loaded -- because the first input field get focus by JavaScript. Get-focus is great when a filed is required and after submission "grab" the related input.
Can you fix this please?

Best,
Gabor

Mehr
10 Jahre 6 Monate her #1190 von Administrator AV
Administrator AV antwortete auf visforms 3.2.1 suggestion
Hi Gabor,

good to hear, that you like the 3.2 "series" of Visforms.
I think, I was able to provide a lot of new features which were high priority on the feature wish list.

You mave have seen, that 3.2.x are a beta versions and I have already release to new versions, after Visforms users have detected some bugs. But I have not include the Joomla! autoupdater in the beta versions, so you get no message, that there is an update available. I strongly recommend, to download the latest version (3.2.2), which I released yesterday.

About your suggestion. The autofocus in the first form field was a suggestion of users, too, with regard to make Visforms easier to use for people with disabilities. But thanks for your suggestion. I will consider, if there is a better (more flexible) solution.

Or you can make an template override and just remove the code (see below) that set the focus to the first field.
Code:
//set focus to first visible field if (($this->firstControl == true) && ((!(isset($field->isDisabled))) || ($field->isDisabled == false))) { $script = '<script type="text/javascript">'; $script .= 'jQuery(document).ready( function(){'; $script .= 'jQuery("#'. $field->errorId.'").focus();'; $script .= '});'; $script .= '</script>'; echo $script; $this->firstControl = false; }

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

Mehr
10 Jahre 6 Monate her #1192 von Gabor
Gabor antwortete auf visforms 3.2.1 suggestion
Dear Aicha,

I installed the new version, thank you.

It seems the template override not working for me. First I used to Joomla's default template override feature by template manager, and after that I did it manually, but no result.
The HTML source code is:
Code:
<script type="text/javascript">jQuery(document).ready( function(){jQuery("#field14").focus();});</script>

I removed the code from default_visforms.php (line 52) what you suggested, deleted browser cache, restart it, but the first field get focus again.

Do you have any idea?

Mehr
10 Jahre 6 Monate her #1193 von Administrator AV
Administrator AV antwortete auf visforms 3.2.1 suggestion
Hi Gabor,

do you use the module or the component (= menu of type Visforms) to show the form? If you use the module you have to override the files in from the module. So path to override-file is either
yourTemplate/html/mod_visforms (for the module)
or
yourTemplate/html/com_visforms/visforms (for the component)

Which layout did you select in the form?
Default Layout is created by the file default_visforms.php
Bootstrap Layouts are created by the file default_btdefault.php
So you have to override the correct file.

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

Mehr
10 Jahre 6 Monate her #1195 von Gabor
Gabor antwortete auf visforms 3.2.1 suggestion
Dear Aicha,

You are right. I display forms via modules in articles, but try to override the component...

So thank you very much, now everything working fine.

Best,
Gabor

Mehr
10 Jahre 6 Monate her #1196 von Administrator AV
Administrator AV antwortete auf visforms 3.2.1 suggestion
Hi Gabor,

You are welcome.

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

Moderatoren: Administrator AVAdministrator IV
Powered by Kunena Forum