<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Deactivate the Submit button in some forms</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Deactivate the Submit button in some forms</description>
<language>en</language>
<pubDate>Wed, 06 May 2026 13:11:00 +0000</pubDate>

<item>
<title>redityo on "Deactivate the Submit button in some forms"</title>
<link>https://www.machform.com/forums/topic/deactivate-the-submit-button-in-some-forms#post-2800</link>
<pubDate>Fri, 29 Aug 2008 20:40:30 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">2800@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Ups sorry, i am not change it :)&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main_body .buttons input
{
	font-size:120%;
        display:none;
	margin-right:5px;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>sonic on "Deactivate the Submit button in some forms"</title>
<link>https://www.machform.com/forums/topic/deactivate-the-submit-button-in-some-forms#post-2799</link>
<pubDate>Fri, 29 Aug 2008 20:39:32 +0000</pubDate>
<dc:creator>sonic</dc:creator>
<guid isPermaLink="false">2799@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I'v add the line (see below my css)&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;width:auto;
}

#main_body .buttons input
{
	font-size:120%;
display:block;
	margin-right:5px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;but the submit button is still visible!
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Deactivate the Submit button in some forms"</title>
<link>https://www.machform.com/forums/topic/deactivate-the-submit-button-in-some-forms#post-2795</link>
<pubDate>Fri, 29 Aug 2008 19:41:45 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">2795@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi ..&#60;/p&#62;
&#60;p&#62;Why you don't disable e-mail function only ? you don't need save form data to database? it's so the easy way you can hide the button by editing form CSS on form builder menu and search this section &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main_body .buttons input
{
	font-size:120%;
        display:block; &#38;lt;-- add this line
	margin-right:5px;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>sonic on "Deactivate the Submit button in some forms"</title>
<link>https://www.machform.com/forums/topic/deactivate-the-submit-button-in-some-forms#post-2794</link>
<pubDate>Fri, 29 Aug 2008 17:15:56 +0000</pubDate>
<dc:creator>sonic</dc:creator>
<guid isPermaLink="false">2794@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi&#60;br /&#62;
I use this script to print out some forms in a iframe. It works greate.&#60;/p&#62;
&#60;p&#62;&#38;lt;script type=&#34;text/javascript&#34;&#38;gt;&#60;br /&#62;
function zPrint(oTgt)&#60;br /&#62;
{&#60;br /&#62;
	oTgt.focus();&#60;br /&#62;
	oTgt.print();&#60;br /&#62;
}&#60;br /&#62;
&#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;body&#38;gt;&#60;br /&#62;
	&#38;lt;iframe name=&#34;myFrame&#34; id=&#34;myFrame&#34; width=&#34;100%;border:none&#34; height=&#34;1100&#34; allowTransparency=&#34;true&#34; frameborder=&#34;0&#34; scrolling=&#34;no&#34;&#60;br /&#62;
src=&#34;http://cuk-qs.cochlear.com:88/machform/view.php?id=1&#34;&#38;gt;&#38;lt;/iframe&#38;gt;&#60;br /&#62;
	&#38;lt;input type=&#34;button&#34; value=&#34;Print this Form&#34; onclick=&#34;zPrint(myFrame);&#34; /&#38;gt;&#60;br /&#62;
&#38;lt;/body&#38;gt;&#60;/p&#62;
&#60;p&#62;Now we have some forms which we do not want to send by email. Only for print. Is there a way to deactivate the Submit button in some forms?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Sonic
&#60;/p&#62;</description>
</item>

</channel>
</rss>
