<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Can you set validation on text within a paragraph field?</title><link>https://community.appian.com/discussions/f/user-interface/11325/can-you-set-validation-on-text-within-a-paragraph-field</link><description>I have a user that will be inputting the name of a business as a required value. Throughout the form the user will be able to answer free text response questions, but there needs to be consistency on the business name. Other than setting explicit instructions</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Can you set validation on text within a paragraph field?</title><link>https://community.appian.com/thread/49798?ContentTypeID=1</link><pubDate>Tue, 31 Oct 2017 18:04:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d0808ca1-3b6e-4107-9876-c09d446af420</guid><dc:creator>Mike Schmitt</dc:creator><description>Theoretically you could craft an expression rule that takes the text in variable local!companyName and does a fuzzy search among other text variables, local!freehandField1, local!freehandField2, etc - to see if there are any &amp;quot;similar but not exact&amp;quot; matches -- but this seems like it would be an enormous task and even if implemented perfectly, could lead to false-positive validations which the user would then be stuck with.&lt;br /&gt;
&lt;br /&gt;
The only other thing that comes to my mind is to have the user type in the company name in the required field, then invent a replacement syntax where they type in an escape sequence (something they wouldn&amp;#39;t normally be likely to type for any other reason would be best - like &amp;quot;###&amp;quot; maybe).  Then you instruct them to type the replacement text instead of the company name in the other places on that form, and on-form logic could go around and replace it afterward.  This would be relatively simple to implement, but i&amp;#39;d bet there are some users who would never stop being confused by what to do -- no matter how well you explain it to them.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>