Forum Moderators: open
1 - I'm VERY novice at Javascript.
2 - I'm trying to validate a form to NOT allow PO Boxes (i.e. PO Box, P.O. Box, Post Office Box) to be entered as an address in a page I've written. This validation need sot be done and some error or message given to the user before the form can be submitted. I guess some type of "even handler"? (whatever that means) to stop the submission or let it go through.
Can anyone point me in a direction to start looking into doing this? I came across a lot of validation script examples but nothing I saw had examples like what I am looking for. Mostly for numeric or null value inputs.
Thanks in advance for any thoughts/direction!