<div dir="ltr"><div>I&#39;m trying to get our address fields to be more USPS compliant, so I want to &#39;remove&#39; a comma or period if someone inputs them</div><div> </div><div>So far I have :   </div><div> </div><div>
{{A} | {N} | [!&quot;,&quot;!] | [!&quot;.&quot;!]}</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&#39;t I at least get the same result using the period, shouldn&#39;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>