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.

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

Field size of the fields

Mehr
8 Jahre 9 Monate her #2504 von brijesh4534
brijesh4534 antwortete auf Field size of the fields
i have tried adding that also but only numbers upto 5 digits are being allowed 99999
i'm using Visforms Version 3.1.2,

Mehr
8 Jahre 9 Monate her #2506 von Administrator AV
Administrator AV antwortete auf Field size of the fields
Hi,

I checked on that and it is a restriction which I have set (unintentionally).
You have to change it manually in the Visforms files on your system.
I will make the changes in the source code as well, so that it will be part of the next release.

Please open the file
Code:
administrator/components/com_visforms/models/forms/visfield.xml
Find the following field definition (line 238)
Code:
<field name="f_number_attribute_max" type="text" label="COM_VISFORMS_MAX_LENGTH" description="COM_VISFORMS_MAX_LENGTH_DESC" maxlength="5" />
Increase the value of the maxlength attribute for example to 20
Code:
<field name="f_number_attribute_max" type="text" label="COM_VISFORMS_MAX_LENGTH" description="COM_VISFORMS_MAX_LENGTH_DESC" maxlength="20" />
I think this will solve your problem. If not, please post again.

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
8 Jahre 9 Monate her #2507 von brijesh4534
brijesh4534 antwortete auf Field size of the fields
thanks aicha...
it works fine as you said...

another issue is that i'm able to see the down and up arrow buttons in the number field, how to remove that...?

Mehr
8 Jahre 9 Monate her #2510 von Administrator AV
Administrator AV antwortete auf Field size of the fields
The layout of a number field (the up and down arrows) is a browser implementation (a feature of the number field type implementation of the specific browser) which you cannot change as far as I know.
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 :-).
Folgende Benutzer bedankten sich: brijesh4534

Mehr
8 Jahre 9 Monate her #2516 von brijesh4534
brijesh4534 antwortete auf Field size of the fields
ok , Thanks a ton......

I just want to give a suggestion for the numbers field, to set the maximum length feature like that in characters if you set max length to 10 then not more then 10 numbers will be added. In this case you have to set maximum length to 9999999999
instead of just writing 10.

It's just a suggestion....

And thanks once again for the help so far... :) :)

Mehr
8 Jahre 9 Monate her #2517 von Administrator AV
Administrator AV antwortete auf Field size of the fields
Hi,

thanks for your suggestion, but sometimes people want to restrict the maximum value of a number field for example to 25 and that would not be possible with setting the amount of characters allowed.

You're welcome.

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