Validate a custom form field?
I've added a custom form field - website - for users to add their website to their listing. I need to somehow make sure they're adding http:// and not just starting with www. Is there a way I can use javascript on that form field or validate and alert them to add the http if necessary?