I have a form with the following tag:
However I'm getting some spam submissions that is letting a URL be entered into this field. Shouldn't the 'alphanum' validation catch that?
<input name="address1" type="text" id="address1" class="validate['alphanum','required']" size="40" maxlength="50" /><div id='error-message-address1'></div>
However I'm getting some spam submissions that is letting a URL be entered into this field. Shouldn't the 'alphanum' validation catch that?