Discussions

Tag Filter:
Hi Anyone have a good idea how to validate URL's in a form? I've been playing with regular expressions but can't seem to find one that works. thanks Gus
I have a purchase suggestion form for a library and I need to verify that only folks with a library card are making suggestions. The first 5 characters of the 13+ characters are always the same. So basically I need to validate just that part of the whole string. Can I do this fairly easily?