I'd like to know what php code should I add to obtain a server side validation for items that requires alphas only, email only and numbers only.
I use joomla 1.5.23 and chronoforms 3.2
I use joomla 1.5.23 and chronoforms 3.2
Hi raygold,
See the PHP manual here - use the REGEXP filter for the Alpha and Numbers filters.
Or you can use the Joomla! JRequest filters getInt(), getFloat(), getString(), getWord() etc.
Bob
See the PHP manual here - use the REGEXP filter for the Alpha and Numbers filters.
Or you can use the Joomla! JRequest filters getInt(), getFloat(), getString(), getWord() etc.
Bob
This topic is locked and no more replies can be posted.
