<?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: A Simple Thought</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: A Simple Thought</description>
<language>en</language>
<pubDate>Wed, 06 May 2026 13:17:45 +0000</pubDate>

<item>
<title>yuniar on "A Simple Thought"</title>
<link>https://www.machform.com/forums/topic/a-simple-thought#post-811</link>
<pubDate>Tue, 12 Feb 2008 09:56:22 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">811@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Ahh.. now I get it. Interesting, I've never think of that before.&#60;br /&#62;
Thanks again.&#60;/p&#62;
&#60;p&#62;Just in case you interested with another hack, here is a way to do it. Edit your &#60;strong&#62;includes/view-functions.php&#60;/strong&#62;, around line 1577 - 1583 you will find this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$button_markup =&#38;lt;&#38;lt;&#38;lt;EOT
	&#38;lt;li class=&#38;quot;buttons&#38;quot;&#38;gt;
	    &#38;lt;input type=&#38;quot;hidden&#38;quot; name=&#38;quot;form_id&#38;quot; value=&#38;quot;{$form-&#38;gt;id}&#38;quot; /&#38;gt;
	    {$edit_markup}
	    &#38;lt;input id=&#38;quot;saveForm&#38;quot; class=&#38;quot;button_text&#38;quot; type=&#38;quot;submit&#38;quot; name=&#38;quot;submit&#38;quot; value=&#38;quot;Submit&#38;quot; /&#38;gt;
	&#38;lt;/li&#38;gt;
EOT;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
Change it to be:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($form_id == 1){
	$submit_label = &#38;quot;Custom Submit for Form 1&#38;quot;;
}elseif($form_id == 2){
	$submit_label = &#38;quot;Custom Submit for Form 2&#38;quot;;
}else{
	$submit_label = &#38;quot;Submit&#38;quot;;
}

$button_markup =&#38;lt;&#38;lt;&#38;lt;EOT
	&#38;lt;li class=&#38;quot;buttons&#38;quot;&#38;gt;
	    &#38;lt;input type=&#38;quot;hidden&#38;quot; name=&#38;quot;form_id&#38;quot; value=&#38;quot;{$form-&#38;gt;id}&#38;quot; /&#38;gt;
	    {$edit_markup}
	    &#38;lt;input id=&#38;quot;saveForm&#38;quot; class=&#38;quot;button_text&#38;quot; type=&#38;quot;submit&#38;quot; name=&#38;quot;submit&#38;quot; value=&#38;quot;{$submit_label}&#38;quot; /&#38;gt;
	&#38;lt;/li&#38;gt;
EOT;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
That way each form would have different submit label. Simply adjust the &#60;strong&#62;if&#60;/strong&#62; statements above.
&#60;/p&#62;</description>
</item>
<item>
<title>netwise on "A Simple Thought"</title>
<link>https://www.machform.com/forums/topic/a-simple-thought#post-807</link>
<pubDate>Mon, 11 Feb 2008 20:26:01 +0000</pubDate>
<dc:creator>netwise</dc:creator>
<guid isPermaLink="false">807@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks for the hack :-).. That will work fine but wont that change all forms? What I was suggesting would allow a change on a form by form basis...&#60;/p&#62;
&#60;p&#62;Bob
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "A Simple Thought"</title>
<link>https://www.machform.com/forums/topic/a-simple-thought#post-800</link>
<pubDate>Mon, 11 Feb 2008 08:03:03 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">800@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks for the suggestion!&#60;/p&#62;
&#60;p&#62;At this moment, you can edit &#60;strong&#62;includes/view-functions.php&#60;/strong&#62; file to change your submit button label.&#60;/p&#62;
&#60;p&#62;Search around line 1581, you'll find this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;input id=&#38;quot;saveForm&#38;quot; class=&#38;quot;button_text&#38;quot; type=&#38;quot;submit&#38;quot; name=&#38;quot;submit&#38;quot; value=&#38;quot;Submit&#38;quot; /&#38;gt;&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
Just change the &#60;strong&#62;value&#60;/strong&#62; attribute there.
&#60;/p&#62;</description>
</item>
<item>
<title>netwise on "A Simple Thought"</title>
<link>https://www.machform.com/forums/topic/a-simple-thought#post-797</link>
<pubDate>Sun, 10 Feb 2008 01:29:04 +0000</pubDate>
<dc:creator>netwise</dc:creator>
<guid isPermaLink="false">797@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;GREAT product, we love it!&#60;/p&#62;
&#60;p&#62;I have 1 question (for now).&#60;/p&#62;
&#60;p&#62;Is it pissible to change the wording on the submit button?&#60;/p&#62;
&#60;p&#62;To me this is just a lable, but i could not find it in the css.. Is it maybe possible to allow this on a future upgrade? And example would be .. the Standard form button says Submit ... I am building Surveys with the form and want to change Submit to: Submit And Get 2 Free downloads! ... just an off cuff example.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;Bob
&#60;/p&#62;</description>
</item>

</channel>
</rss>
