I think it may be helpful to have a validation option that allows spaces to be input in alpha values or integer values. Many Names and Numbers needs either spaces or phone numbers need - or () and spaces.
Just a thought. Love the extension works great.
Cliff
yeah i'll do that. Thanks, i just thought it would be useful for a future release for the straight install users.
:) again chrono forms is a great tool thanks
I realize I'm jumping on a two year old thread, but this followup is directly relevant to it.
I'm working with CF 3.1 RC 5.5.
To add this US phone number validation, I believe I need to change three files:
1. administrator/components/com_chronocontact/admin.chronocontact.html.php
Vicinity of line 2300, I need to create a new row on the validation tab for val_validate_phone
2. components/com_chronocontact/js/mooValidation.js
Vicinity of line 200, I need to add the validation regex referenced in the link above
3. administrator/components/com_chronocontact/admin.chronocontact.php
Vicinity of line 1975, I need to add $params[] = "val_validate_phone=";
Am I missing any other files or changes?
Thanks, and once I've completed this, I'll post a reply with the exact changes made.
Bob,
Thanks for that - LiveValidation looks great!
Quick Question about the regexp,
Im thinking about splitting the landline and mobile numbers up as often I would prefer a landline over a mobile. Unlike US phone numbers we simply enter them all in one go but the first 2 numbers are always either 01, 02 or 03.
Likewise mobile phone numbers over here are always 07, so how to achieve this I wonder?
Regards,
Tom.
Hi Rainie,
The input id needs to be just phone id="phone" name="phone" (the _val bit is only used in the JavaScript).
Bob
Done - but still no success
Any other suggestions?
Rainie dey
Hi Rainie,
Please post a link to the form so that we can take a quick look.
Bob