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.

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
3 years 5 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
3 years 5 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 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
3 years 5 months ago - 3 years 5 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: 3 years 5 months ago by gigiograndi.

More
3 years 5 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 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
3 years 5 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