<div dir="ltr"><div>I'm trying to get our address fields to be more USPS compliant, so I want to 'remove' a comma or period if someone inputs them</div><div> </div><div>So far I have : </div><div> </div><div>
{{A} | {N} | [!","!] | [!"."!]}</div><div> </div><div>In testing this edit, if I pust something like: 1234, it changes it to just: 1234 (perfect)</div><div>If I put 1234 Main St, Apt A I get edit failed</div>
<div> </div><div>If I put 1234. (period) I get edit failed..... shouldn't I at least get the same result using the period, shouldn't it remove it like it does with 1234, (comma) ??</div><div> </div><div>
How can I make the field NOT allow a comma or a period but can accept all letters and numbers</div><div> </div><div>thanks</div><div> </div><div>Scott</div><div>PDM</div></div>