<div dir="ltr"><div><div><div>Indeed there is, and I honestly don't know how I missed it. All I can say is I must have tabbed right past it, so the screen reader never spoke the field's name.<br><br></div>I noticed the pound sign being used a lot. Is the rule you mentioned in any way tied to the field, or is it just an internal note so you know what you were doing if you go back later? On a related note, is there a way to give a more readable message after the field than<br></div>input must match [complex regex that most users won't understand]<br></div>We use the hint, but can we clean up the text stating what the input must match, or hide it entirely unless the text doesn't match? The hints already describe the format we need in a more readable way than a regex. Thanks.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 28, 2016 at 4:02 PM, Matt Zagrabelny <span dir="ltr"><<a href="mailto:mzagrabe@d.umn.edu" target="_blank">mzagrabe@d.umn.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hey Alex,<br>
<span class=""><br>
On Fri, Oct 28, 2016 at 1:58 PM, Alex Hall <<a href="mailto:ahall@autodist.com">ahall@autodist.com</a>> wrote:<br>
> Hi all,<br>
> I've looked through the wiki and the docs, plus on Google, but can't find<br>
> anything about customizing validation. We have two custom fields which may<br>
> be empty or not, but if they have a value, it has to be of the right format.<br>
> Both are single-line text fields. How would I set up RT so that I can apply<br>
> a regular expression, or some other kind of formatting, to these fields?<br>
<br>
</span>It should be right there in the CF admin page.<br>
<br>
There is even a drop down with some prepopulated options.<br>
<br>
The (?# ) is a way to put a "human" name with the validation rule. For instance:<br>
<br>
(?#State Abbreviation)^[A-Z][A-Z]$<br>
<span class="HOEnZb"><font color="#888888"><br>
-m<br>
</font></span></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div>Alex Hall<br></div>Automatic Distributors, IT department<br></div><a href="mailto:ahall@autodist.com" target="_blank">ahall@autodist.com</a><br></div></div>
</div>