Hello,
I need to validate the fields of a form to check that they dont have any apostrophes " ' " i know i can do it through regular expressions but i have about 80 fields on that table.. is there a way to do this better? like loop through each value or something?
Thanks..