Joomla 6 Notice

We are pleased to announce that all our Joomla extensions have been compatible with Joomla 6 since October 14th, 2025.

For those currently upgrading from Joomla 3 to 4: Instructions for Joomla 4 migration can be found here:

There are standalone documentations Visforms Joomla 4, Visforms Joomla 5 and Visforms Joomla 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?

Hours fields

More
4 years 9 months ago #7566 by gigiograndi
Hours fields was created by gigiograndi
Hy,
We need to have some "hours" fields with the format 00:00. How to have that?

Regards

More
4 years 9 months ago #7567 by Administrator AV
Replied by Administrator AV on topic Hours fields
There is no hours or time field in Visforms.
You could us a field of type text and add a custom validation (using the proper regular expression) in order to make sure, that the user can only submit data with a valid time format.
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 :-).

More
4 years 9 months ago - 4 years 9 months ago #7568 by gigiograndi
Replied by gigiograndi on topic Hours fields
My I have an example? We don't know how to do that and we need it.

Regards
Last edit: 4 years 9 months ago by gigiograndi.

More
4 years 9 months ago #7569 by Administrator AV
Replied by Administrator AV on topic Hours fields
Hi,
well, each regular expression is custom made, so that it represents your requirements.
Usually you would google "regex hours minutes" in order to find a good solution
.
There is an example here: stackoverflow.com/questions/7536755/regu...-time-format/7536768
The answer with the green checkmark.
Code:
^([0-1]?[0-9]|2[0-3]):[0-5][0-9]$

Enter this regex code into the custom validation option in the field configuration.

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

More
4 years 9 months ago #7570 by gigiograndi
Replied by gigiograndi on topic Hours fields
Hy,
Done and working. Not bad, but for the future, I hope in an appropriate field.

Best regards.

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum