Joomla 5 Notice

We are pleased to announce that as of January 29, 2024, all of our Joomla extensions are compatible with Joomla 5.

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

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

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.

Due to public holidays and vacations, longer response times can be expected for inquiries in the forum between May 18, 2024 and June 2, 2024.

Field size of the fields

More
8 years 3 months ago #2504 by brijesh4534
Replied by brijesh4534 on topic 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,

More
8 years 3 months ago #2506 by Administrator AV
Replied by Administrator AV on topic 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 :-).

More
8 years 3 months ago #2507 by brijesh4534
Replied by brijesh4534 on topic 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...?

More
8 years 3 months ago #2510 by Administrator AV
Replied by Administrator AV on topic 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 :-).
The following user(s) said Thank You: brijesh4534

More
8 years 3 months ago #2516 by brijesh4534
Replied by brijesh4534 on topic 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... :) :)

More
8 years 3 months ago #2517 by Administrator AV
Replied by Administrator AV on topic 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 :-).

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum