<?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: submit button</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: submit button</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 00:07:03 +0000</pubDate>

<item>
<title>redityo on "submit button"</title>
<link>https://www.machform.com/forums/topic/submit-button#post-4560</link>
<pubDate>Fri, 06 Feb 2009 10:26:23 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">4560@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm afraid you should edit &#34;view-functions.php&#34;, to do so goto around line 1778 ~ 1782 you will find these code :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(empty($form-&#38;gt;review)){
	$button_text = $lang[&#38;#39;submit_button&#38;#39;];
}else{
	$button_text = $lang[&#38;#39;continue_button&#38;#39;];
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;you can replace with these code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(empty($form-&#38;gt;review)){
	if($form-&#38;gt;id == &#38;#39;1&#38;#39;)
		$button_text = &#38;quot;Submit&#38;quot;;
	elseif($form-&#38;gt;id == &#38;#39;2&#38;#39;)
		$button_text = &#38;quot;Go for it&#38;quot;;
	else
		$button_text=$lang[&#38;#39;submit_button&#38;#39;];

}else{
	$button_text = $lang[&#38;#39;continue_button&#38;#39;];
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Those code will print submit button on form 1 as &#34;Submit&#34; and &#34;Go for it&#34; for form 2.
&#60;/p&#62;</description>
</item>
<item>
<title>maxim on "submit button"</title>
<link>https://www.machform.com/forums/topic/submit-button#post-4550</link>
<pubDate>Fri, 06 Feb 2009 05:26:10 +0000</pubDate>
<dc:creator>maxim</dc:creator>
<guid isPermaLink="false">4550@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Is there another way to change the Submit button text? For example, if I want the button to say &#34;Submit&#34; on one form and &#34;Go for it&#34; on another.
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "submit button"</title>
<link>https://www.machform.com/forums/topic/submit-button#post-4229</link>
<pubDate>Fri, 09 Jan 2009 17:27:11 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">4229@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;You can edit your CSS form and search for this style&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/**** Buttons ****/
#main_body input.button_text
{
	overflow:visible;
	padding:0 7px;
	width:auto;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>Anonymous on "submit button"</title>
<link>https://www.machform.com/forums/topic/submit-button#post-4218</link>
<pubDate>Fri, 09 Jan 2009 15:24:39 +0000</pubDate>
<dc:creator>Anonymous</dc:creator>
<guid isPermaLink="false">4218@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;How can change style of that button?
&#60;/p&#62;</description>
</item>
<item>
<title>AMurray on "submit button"</title>
<link>https://www.machform.com/forums/topic/submit-button#post-3155</link>
<pubDate>Tue, 30 Sep 2008 16:21:35 +0000</pubDate>
<dc:creator>AMurray</dc:creator>
<guid isPermaLink="false">3155@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I expect you have the &#34;Show Review Page before Submitting&#34; feature turned on.  That would be one way you're getting &#34;Continue&#34; rather than &#34;Submit button.  &#60;/p&#62;
&#60;p&#62;If you don't want the review feature turned on, you can un-check the box &#34;Show Review Page...&#34; in the Form properties for that form in the Machform editor.
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "submit button"</title>
<link>https://www.machform.com/forums/topic/submit-button#post-3145</link>
<pubDate>Mon, 29 Sep 2008 12:40:53 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">3145@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;You can simply edit &#34;includes/languanges.php&#34; file, try to search these code and make a change to the value :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//form buttons
$lang[&#38;#39;submit_button&#38;#39;]		=	&#38;#39;Submit&#38;#39;;
$lang[&#38;#39;continue_button&#38;#39;]	=	&#38;#39;Continue&#38;#39;;
$lang[&#38;#39;back_button&#38;#39;]		=	&#38;#39;Back&#38;#39;;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>katya on "submit button"</title>
<link>https://www.machform.com/forums/topic/submit-button#post-3141</link>
<pubDate>Sun, 28 Sep 2008 16:52:59 +0000</pubDate>
<dc:creator>katya</dc:creator>
<guid isPermaLink="false">3141@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I have my form at &#60;a href=&#34;http://holtmusic.com.au/contact/view.php?id=1&#34; rel=&#34;nofollow&#34;&#62;http://holtmusic.com.au/contact/view.php?id=1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;currently the submit button says &#34;Continue&#34; how can I change it to say &#34;Submit&#34;?&#60;/p&#62;
&#60;p&#62;any help appreciated.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
