<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.infopathdev.com:443/utility/FeedStylesheets/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>Browser Forms</title><link>https://www.infopathdev.com:443/forums/40.aspx</link><description>For browser form specific questions</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP3 (Build: 31118.962)</generator><item><title>Re: Hidden section not displaying when using rule criteria</title><link>https://www.infopathdev.com:443/forums/thread/118863.aspx</link><pubDate>Fri, 20 Apr 2018 19:44:56 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:118863</guid><dc:creator>Hilary Stoupa</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/118863.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=40&amp;PostID=118863</wfw:commentRss><description>Oh how funny, I was just typing the same suggestion up! Glad things are working now.</description></item><item><title>Re: Hidden section not displaying when using rule criteria</title><link>https://www.infopathdev.com:443/forums/thread/118862.aspx</link><pubDate>Fri, 20 Apr 2018 19:43:05 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:118862</guid><dc:creator>Lou Gonzalez</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/118862.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=40&amp;PostID=118862</wfw:commentRss><description>&lt;p&gt;I believe I figured out the MS box issue. I had to change the 2nd condition to: All occurrences of Value are Blank. Now the box re-enables once I check a department.&lt;/p&gt;&lt;p&gt;Hilary thank so much for your time and sticking with me to the end. I so appreciate it!&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Hidden section not displaying when using rule criteria</title><link>https://www.infopathdev.com:443/forums/thread/118861.aspx</link><pubDate>Fri, 20 Apr 2018 19:01:27 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:118861</guid><dc:creator>Lou Gonzalez</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/118861.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=40&amp;PostID=118861</wfw:commentRss><description>&lt;p&gt;That Xpath code did work! Thank you! Is there a guide as to how you put that code together?&lt;/p&gt;&lt;p&gt;I applied similar code to the Additional Classes dropdown and it worked perfectly.&lt;/p&gt;&lt;p&gt;I applied&amp;nbsp;similar code to the MS Box. It did not work. Is this another caveat of MS boxes?&amp;nbsp;&lt;/p&gt;&lt;p&gt;As a test I used&amp;nbsp;just&amp;nbsp;2 conditions to test:&lt;/p&gt;&lt;p&gt;The expression: starts-with(xdXDocument:GetDOM(&amp;quot;ClassInfoForEnrollementForm&amp;quot;)/dfs:myFields/dfs:dataFields/d:SharePointListItem_RW/d:Class[../d:ID = current()/dfs:dataFields/my:SharePointListItem_RW/my:Class], &amp;quot;CADLP Cadence Template Builder&amp;quot;)&lt;/p&gt;&lt;p&gt;The expression: &amp;nbsp;dfs:dataFields/my:SharePointListItem_RW/my:Epic_x0020_Depts_x0020_HC/Value = &amp;quot;&amp;quot;&lt;/p&gt;&lt;p&gt;When I select &amp;nbsp;a CADLP Cadence Template Builder class from the Class dropdown box, it does disable the Submit button, but once I check a value in the Epic Depts MS Box, it does NOT become enabled, and it should. So I presume I may need to reference a null value in the MS Box&amp;nbsp;some other way?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Hidden section not displaying when using rule criteria</title><link>https://www.infopathdev.com:443/forums/thread/118854.aspx</link><pubDate>Fri, 20 Apr 2018 15:45:43 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:118854</guid><dc:creator>Hilary Stoupa</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/118854.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=40&amp;PostID=118854</wfw:commentRss><description>The current function is contextual - I think you need something like this on your submit button: starts-with(xdXDocument:GetDOM(&amp;quot;ClassInfoForEnrollementForm&amp;quot;)/dfs:myFields/dfs:dataFields/d:SharePointListItem_RW/d:Class[../d:ID = current()/dfs:dataFields/my:SharePointListItem_RW/my:Class], &amp;quot;Reporting 100&amp;quot;)</description></item><item><title>Re: Hidden section not displaying when using rule criteria</title><link>https://www.infopathdev.com:443/forums/thread/118852.aspx</link><pubDate>Fri, 20 Apr 2018 15:34:41 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:118852</guid><dc:creator>Lou Gonzalez</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/118852.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=40&amp;PostID=118852</wfw:commentRss><description>&lt;p&gt;Hmmm. That&amp;#39;s odd that it works for you and not on my form.&lt;/p&gt;&lt;p&gt;Yes&amp;nbsp;disabling the Submit button would work as well. I already&amp;nbsp;tried&amp;nbsp;doing that without success though.&lt;/p&gt;&lt;p&gt;I used the following Rule:&lt;/p&gt;&lt;p&gt;Condition:&lt;br /&gt;not(starts-with(xdXDocument:GetDOM(&amp;quot;ClassInfoForEnrollementForm&amp;quot;)/dfs:myFields/dfs:dataFields/d:SharePointListItem_RW/d:Class[../d:ID = current()/my:Class], &amp;quot;Reporting 100&amp;quot;))&amp;nbsp; AND&lt;br /&gt;not(starts-with(xdXDocument:GetDOM(&amp;quot;ClassInfoForEnrollementForm&amp;quot;)/dfs:myFields/dfs:dataFields/d:SharePointListItem_RW/d:Class[../d:ID = current()/my:Additional_x0020_Classes], &amp;quot;Reporting 100&amp;quot;))&amp;nbsp; AND&lt;br /&gt;Reporting Security Access&amp;nbsp;is Blank&amp;nbsp;&lt;/p&gt;&lt;p&gt;Rule Type: Formatting. Disable this control is checked.&amp;nbsp;&lt;/p&gt;&lt;p&gt;The&amp;nbsp;Submit button never disables for me. I&amp;#39;ve attached the template again with the rule above.&amp;nbsp;I would love to get this all wrapped up today as I am out of the office all next week. Any assistance is greatly appreciated! &lt;/p&gt;</description></item><item><title>Re: Hidden section not displaying when using rule criteria</title><link>https://www.infopathdev.com:443/forums/thread/118850.aspx</link><pubDate>Fri, 20 Apr 2018 14:56:37 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:118850</guid><dc:creator>Hilary Stoupa</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/118850.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=40&amp;PostID=118850</wfw:commentRss><description>I can&amp;#39;t reproduce this - I set up a similar scenario on my SharePoint 2013 site, with a choice column that I made required if the lookup&amp;#39;s ID = an ID where the title started with a certain string, so much like yours for the Reporting Security Access - and my validation works as anticipated. Perhaps since you have a submit request button on your form, you could just disable that instead, if the Reporting Security Access field isn&amp;#39;t populated when it is needed?</description></item><item><title>Re: Hidden section not displaying when using rule criteria</title><link>https://www.infopathdev.com:443/forums/thread/118849.aspx</link><pubDate>Fri, 20 Apr 2018 14:32:54 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:118849</guid><dc:creator>Lou Gonzalez</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/118849.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=40&amp;PostID=118849</wfw:commentRss><description>&lt;p&gt;No worries. I have attached my latest iteration of the form. All is well except for making the Epic Depts MS box required, which I guess is not possible through a normal Validation rule. Also the&amp;nbsp;Validation for the Reporting Security Access drop down box is not working either. Everything else is working and good to go. I have attached the template for your review if its helpful. Thank you again!&lt;/p&gt;</description></item><item><title>Re: Hidden section not displaying when using rule criteria</title><link>https://www.infopathdev.com:443/forums/thread/118847.aspx</link><pubDate>Fri, 20 Apr 2018 00:07:36 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:118847</guid><dc:creator>Hilary Stoupa</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/118847.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=40&amp;PostID=118847</wfw:commentRss><description>Hey, Lou, I&amp;#39;m sorry, but I didn&amp;#39;t get a chance to try this today. I will in the morning. :)</description></item><item><title>Re: Hidden section not displaying when using rule criteria</title><link>https://www.infopathdev.com:443/forums/thread/118844.aspx</link><pubDate>Thu, 19 Apr 2018 18:44:38 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:118844</guid><dc:creator>Hilary Stoupa</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/118844.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=40&amp;PostID=118844</wfw:commentRss><description>I&amp;#39;m going to run a test on a list form later today &amp;amp; see if this reproduces for me at all. Just in case the issue is with the custom validation - I&amp;#39;ll let you know what I learn</description></item><item><title>Re: Hidden section not displaying when using rule criteria</title><link>https://www.infopathdev.com:443/forums/thread/118842.aspx</link><pubDate>Thu, 19 Apr 2018 18:40:16 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:118842</guid><dc:creator>Lou Gonzalez</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/118842.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=40&amp;PostID=118842</wfw:commentRss><description>&lt;p&gt;Field: Purpose For Reporting Class&lt;/p&gt;&lt;p&gt;Rule which works properly:&amp;nbsp;&lt;/p&gt;&lt;p&gt;Rule Type Validation:&lt;br /&gt;Value -&amp;nbsp;&amp;quot;Reporting (eParc)&amp;quot;&lt;br /&gt;Purpose&amp;nbsp;For Reporting Class is Blank&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Field: Reporting Security Access&lt;/p&gt;&lt;p&gt;Rule which&amp;nbsp;did NOT work properly and has since been removed:&lt;/p&gt;&lt;p&gt;Rule Type Validation:&lt;br /&gt;The expression: starts-with(xdXDocument:GetDOM(&amp;quot;ClassInfoForEnrollementForm&amp;quot;)/dfs:myFields/dfs:dataFields/d:SharePointListItem_RW/d:Class[../d:ID = current()/../my:Class], &amp;quot;Reporting 100&amp;quot;)&lt;br /&gt;Reporting Security Access is Blank&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Hidden section not displaying when using rule criteria</title><link>https://www.infopathdev.com:443/forums/thread/118840.aspx</link><pubDate>Thu, 19 Apr 2018 18:32:57 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:118840</guid><dc:creator>Hilary Stoupa</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/118840.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=40&amp;PostID=118840</wfw:commentRss><description>Which field?</description></item><item><title>Re: Hidden section not displaying when using rule criteria</title><link>https://www.infopathdev.com:443/forums/thread/118839.aspx</link><pubDate>Thu, 19 Apr 2018 18:27:43 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:118839</guid><dc:creator>Lou Gonzalez</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/118839.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=40&amp;PostID=118839</wfw:commentRss><description>&lt;p&gt;Yes.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Hidden section not displaying when using rule criteria</title><link>https://www.infopathdev.com:443/forums/thread/118838.aspx</link><pubDate>Thu, 19 Apr 2018 18:21:19 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:118838</guid><dc:creator>Hilary Stoupa</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/118838.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=40&amp;PostID=118838</wfw:commentRss><description>So on the field where this is working, is this also a validation rule?</description></item><item><title>Re: Hidden section not displaying when using rule criteria</title><link>https://www.infopathdev.com:443/forums/thread/118837.aspx</link><pubDate>Thu, 19 Apr 2018 17:57:06 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:118837</guid><dc:creator>Lou Gonzalez</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/118837.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=40&amp;PostID=118837</wfw:commentRss><description>&lt;p&gt;Hi Hilary!&lt;/p&gt;&lt;p&gt;I thought this was good to go.&amp;nbsp;I&amp;nbsp;pushed this to&amp;nbsp;live last night&amp;nbsp;was not able to complete the form as it said a required field was not filled out. Reporting Access Required. As you know that section is conditional and only appears when the user selects a Reporting 100 class. However when they do not select a Reporting 100 class, it is still wanting that field filled in, even though it&amp;#39;s not showing. I had to remove the validation rule. So now it appears when they Select Reporting 100 but its not required. It needs to be required when Reporting 100 is selected, other wise it should be&amp;nbsp;hidden and not required to submit the form.&lt;/p&gt;&lt;p&gt;Here&amp;#39;s the validation rule I removed:&lt;/p&gt;&lt;p&gt;The expressions:&amp;nbsp; starts-with(xdXDocument:GetDOM(&amp;quot;ClassInfoForEnrollementForm&amp;quot;)/dfs:myFields/dfs:dataFields/d:SharePointListItem_RW/d:Class[../d:ID = current()/../my:Class], &amp;quot;Reporting 100&amp;quot;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; starts-with(../my:Class, &amp;quot;Reporting 100&amp;quot;)&lt;br /&gt;Reporting Security Access:&amp;nbsp; is blank&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any idea why this is happening?&amp;nbsp;I was&amp;nbsp;using the same type of logic that&amp;#39;s being used on another field and that one works as expected. I&amp;#39;ve attached my current template again with the rue removed.&lt;/p&gt;&lt;p&gt;Thank you so&amp;nbsp;so much for your help.&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Hidden section not displaying when using rule criteria</title><link>https://www.infopathdev.com:443/forums/thread/118788.aspx</link><pubDate>Fri, 13 Apr 2018 12:05:10 GMT</pubDate><guid isPermaLink="false">033a2e2d-04e2-4a9d-be01-a4634161eefd:118788</guid><dc:creator>Lou Gonzalez</dc:creator><slash:comments>0</slash:comments><comments>https://www.infopathdev.com:443/forums/thread/118788.aspx</comments><wfw:commentRss>https://www.infopathdev.com:443/forums/commentrss.aspx?SectionID=40&amp;PostID=118788</wfw:commentRss><description>&lt;p&gt;Thanks again Hilary! You&amp;#39;ve been an invaluable help to me. Strangely, the form template that I was using yesterday that didn&amp;#39;t show the required asterisk, now shows&amp;nbsp;today! I&amp;#39;m not sure why all of sudden it would work today but not work yesterday. I&amp;#39;m using the exact same form. Either way the asterisk is now showing as expected and I didn&amp;#39;t change anything (except rebooting my PC this morning). Nonetheless I am good to go. I hope our conversation helps someone else here.&lt;/p&gt;&lt;p&gt;I do have another question&amp;nbsp;but I will start a new thread if I can&amp;#39;t find the solution on the forum. &lt;/p&gt;&lt;p&gt;Thank you and have a great day!&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>