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?

Regarding Custom Validation For Contact No Field

More
9 years 1 month ago #3904 by niravmistry
Hi
I am Using Visforms Version 3.8.16 . I have created one form and in this form there is one field for Contact No.
Now i want to put some validation on it so that user can enter digits only and accept only 10 digits no.
Please provide me solution for it.

Thank you.

More
9 years 1 month ago #3905 by Administrator AV
Replied by Administrator AV on topic Regarding Custom Validation For Contact No Field
Hi,

you need the regular expression which performs the validation which you require.
You can learn more about reqular expression for example on this website www.regexr.com/
You can test your regular expression there, too.
This regular expression must be entered in the field option "custom validation".

We cannot provide individual customization solutions here (this is your responsibility) but he regular expression your are looking for probably is something like
Code:
^\d{10}$
(this guess is not tested of course)

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

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum