One feature that I would have found very usefull would be the facility to add a numerical field with a user set range of numbers.
For instance, in my form the user has to enter a longitude and latitude in decimal format eg. 52.347553. Most users were ignoring the instructions and entering it in other formats such as N 52:23,44. This caused the map to die.
If a numerical field could have been added I could have set the range from -90 to 90 then if data was entered outside those values outside those values the validatefield bit could reject it.
I have coded that into the form myself (though not uploaded it yet as still testing) but others might find it usefull for such a feature.
I'm sure there could be hundreds of uses for a numerical field with a user set range.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Excellent piece of work. It worked a treat for me as you can see here
http://www.windsurf.me.uk/Links/links2.html
One feature that I would have found very usefull would be the facility to add a numerical field with a user set range of numbers.
For instance, in my form the user has to enter a longitude and latitude in decimal format eg. 52.347553. Most users were ignoring the instructions and entering it in other formats such as N 52:23,44. This caused the map to die.
If a numerical field could have been added I could have set the range from -90 to 90 then if data was entered outside those values outside those values the validatefield bit could reject it.
I have coded that into the form myself (though not uploaded it yet as still testing) but others might find it usefull for such a feature.
I'm sure there could be hundreds of uses for a numerical field with a user set range.