<?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>Is there a way to have a submit button that runs a validation group but doesn&amp;#39;t care about required fields?</title><link>https://community.appian.com/discussions/f/user-interface/10834/is-there-a-way-to-have-a-submit-button-that-runs-a-validation-group-but-doesn-t-care-about-required-fields</link><description>We have a wizard of multiple steps that can be filled in by the user in any order, so &amp;quot;required&amp;quot; fields aren&amp;#39;t actually required to be filled in until the final step (at which point we are checking which ones are left blank and requiring the user to go</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Is there a way to have a submit button that runs a validation group but doesn't care about required fields?</title><link>https://community.appian.com/thread/47588?ContentTypeID=1</link><pubDate>Mon, 14 Aug 2017 19:04:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:48f05500-1272-45f3-b926-4422375100e5</guid><dc:creator>davids0001</dc:creator><description>One other solution might be to build the entire form out of sections that are conditionally displayed based on a variable.  The &amp;quot;Next&amp;quot; and &amp;quot;Previous&amp;quot; buttons aren&amp;#39;t Submit buttons, they just increment and decrement that variable.  Only the final button, which you only display when the value is set to display the last page, is a Submit.  All the required fields stay required, they stop you from submitting, but you can freely navigate to every part of your form.&lt;br /&gt;
&lt;br /&gt;
Nice bonus is that it only takes up 1 User Input node on the process model and you don&amp;#39;t have to create a bunch of loops.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a way to have a submit button that runs a validation group but doesn't care about required fields?</title><link>https://community.appian.com/thread/47299?ContentTypeID=1</link><pubDate>Thu, 03 Aug 2017 19:02:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:aa8577b3-35ae-46e8-97f2-a03dbf43af04</guid><dc:creator>Jason Ruvinsky</dc:creator><description>That is definitely a good potential solution, thanks for the tip!&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a way to have a submit button that runs a validation group but doesn't care about required fields?</title><link>https://community.appian.com/thread/47292?ContentTypeID=1</link><pubDate>Thu, 03 Aug 2017 15:05:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:2caa4257-8679-4818-9991-f8e467e3a953</guid><dc:creator>Mike Schmitt</dc:creator><description>If your desire is that the user can&amp;#39;t progress to a subsequent page when one of the complex validations (as opposed to &amp;quot;required&amp;quot;) has fired, my suggestion would be to consider evaluating the validation logic inside WITH() variables, and disabling the &amp;quot;next page&amp;quot; buttons if there are any errors.  I know this won&amp;#39;t work in some specific use cases but it&amp;#39;s a powerful workaround to this type of situation.&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>