<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.smt-x.com/index.php?action=history&amp;feed=atom&amp;title=HideSubmit</id>
	<title>HideSubmit - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.smt-x.com/index.php?action=history&amp;feed=atom&amp;title=HideSubmit"/>
	<link rel="alternate" type="text/html" href="https://wiki.smt-x.com/index.php?title=HideSubmit&amp;action=history"/>
	<updated>2026-04-04T00:39:51Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.3</generator>
	<entry>
		<id>https://wiki.smt-x.com/index.php?title=HideSubmit&amp;diff=127&amp;oldid=prev</id>
		<title>Smtxwiki: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.smt-x.com/index.php?title=HideSubmit&amp;diff=127&amp;oldid=prev"/>
		<updated>2020-05-25T20:44:28Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 22:44, 25 May 2020&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Smtxwiki</name></author>
	</entry>
	<entry>
		<id>https://wiki.smt-x.com/index.php?title=HideSubmit&amp;diff=126&amp;oldid=prev</id>
		<title>Smtxwiki at 08:57, 14 January 2019</title>
		<link rel="alternate" type="text/html" href="https://wiki.smt-x.com/index.php?title=HideSubmit&amp;diff=126&amp;oldid=prev"/>
		<updated>2019-01-14T08:57:06Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;In order to hide the Review button , you need to have a read only display field, that holds this as value (the label should remain blank):&lt;br /&gt;
&lt;br /&gt;
    &amp;lt;style&amp;gt;.button-review {display:none; !important}&amp;lt;/style&amp;gt;&lt;br /&gt;
&lt;br /&gt;
To make this dynamic, make another field that either holds &amp;#039;none&amp;#039; or is empty to toggle between displaying the Review button or not. If you wonder why we simply create a section that contains the &amp;lt;style&amp;gt; element when you need to hide the button, here&amp;#039;s why: You can place the &amp;lt;style&amp;gt; tag within a section, but also when the section is not opened, the &amp;lt;style&amp;gt; element will be part of the HTML code in the browser. For that reason, the toggle should not be done by opening or closing sections, but by dynamically changing the value behind display: to none.&lt;br /&gt;
&lt;br /&gt;
In our example form, we start with a Yes/no field, if &amp;#039;YES&amp;#039; is selected, we want to hide the button.&lt;br /&gt;
internal label: CaseCheck&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then, we add a second field, internal label &amp;#039;SetNoneValue&amp;#039;. This is filled based on the answer in the Yes/No field:&lt;br /&gt;
IIF(&amp;#039;#REPLACE-FORMFIELD-BlockSubmit||CaseCheck||#&amp;#039;=&amp;#039;No&amp;#039;,&amp;#039;&amp;#039;,&amp;#039;none&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
Finally, the read only display field, called &amp;#039;SetButtonStyle&amp;#039;, has this value:&lt;br /&gt;
&amp;lt;style&amp;gt;.button-review {display:#REPLACE-FORMFIELD-BlockSubmit||SetNoneValue||#; !important}&amp;lt;/style&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Link to sample form : http://demo.smt-x.com/Forms/form.aspx?id=173. Login with demo/demo&lt;br /&gt;
&lt;br /&gt;
If you want to hide the button in an external form in a process&amp;#039; action step, the class to toggle is diffferent.&lt;br /&gt;
Class : &amp;lt;style&amp;gt;.button-continue {display:none; !important}&amp;lt;/style&amp;gt;&lt;/div&gt;</summary>
		<author><name>Smtxwiki</name></author>
	</entry>
</feed>