This is the JS code you should find in the outputed HTML. It is located in the header of the document.
jQuery.validationEngineLanguage.allRules.numeric_4684 = {
"regex" : /^([0-9]|-)?([0-9]|,)*.?[0-9]*$/,
"alertText" : '<span class="msg-prefix">• </span>Incorrect value'
};
jQuery.validationEngineLanguage.allRules.ckemail = {
"regex" : /^[a-zA-Z0-9._-]+@([a-zA-Z0-9.-]+.)+[a-zA-Z0-9.-]{2,4}$/,
"alertText" : '<span class="msg-prefix">• </span>Incorrect value'
};
The numeric rule has a 4 digits random number suffix. It would be long to explain it is the best idea I found to make it working with the formvalidator class.
This JS is produced by the validator helper :
helpers/html/validator.php
Based on the rules (php classes), located in :
I cannot reproduce this issue, even in 3.0.10, so this is for helping you to debug. It is strange that this is happening to both of you...
Can I ask to both of you the generator version you are using. And also a PTL (Project / Table / Layout) where it happens.
With the project name, I can see wich config you are using. (Many generator parameters)
Did you tried in fresh without fork ?
Please migrate on, because 3.0.10 has limitations for Multi filter and cannot handle the new features. The 3.1 version continue to work same as before. Why did you chosen to stay back ? Is there a problem with the forks ?
It should upgrade without problem I think.
Sorry for this problem, and thank you for your patience, you help me to debug the things I cannot trigger myself.