How do I client- and serverside validate a field against latitude like "-3.4356756"? Or against common text including ?!.,- but without harmful characters?
I think there is a need for a custom option with a regexp so the admin can validate against whatever imput is expected on the field. How else can the user know that e.g. the latitude field should not have commas?