Struggling to get the correct formatting for a regex which will accept any number or N/A any other value would fail validation. The following did not work. My regex is less than average...
<input type="text" record="job" name="quote_design_hours" size="6" pattern="[0-9|N/A]" title="Value must be a number or N/A" value="">