<?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: TIP: Change 'Emails' button to say 'Email Autoresponder'</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: TIP: Change 'Emails' button to say 'Email Autoresponder'</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 03:59:09 +0000</pubDate>

<item>
<title>AMurray on "TIP: Change 'Emails' button to say 'Email Autoresponder'"</title>
<link>https://www.machform.com/forums/topic/tip-change-emails-button-to-say-email-autoresponder#post-5506</link>
<pubDate>Fri, 17 Apr 2009 16:31:25 +0000</pubDate>
<dc:creator>AMurray</dc:creator>
<guid isPermaLink="false">5506@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Well if they read this post they should!
&#60;/p&#62;</description>
</item>
<item>
<title>markritchie on "TIP: Change 'Emails' button to say 'Email Autoresponder'"</title>
<link>https://www.machform.com/forums/topic/tip-change-emails-button-to-say-email-autoresponder#post-5443</link>
<pubDate>Sat, 11 Apr 2009 23:51:51 +0000</pubDate>
<dc:creator>markritchie</dc:creator>
<guid isPermaLink="false">5443@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I agree but a lot of people may not know about Notepad++ :)
&#60;/p&#62;</description>
</item>
<item>
<title>AMurray on "TIP: Change 'Emails' button to say 'Email Autoresponder'"</title>
<link>https://www.machform.com/forums/topic/tip-change-emails-button-to-say-email-autoresponder#post-5436</link>
<pubDate>Sat, 11 Apr 2009 08:45:27 +0000</pubDate>
<dc:creator>AMurray</dc:creator>
<guid isPermaLink="false">5436@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;You could also use Notepad++ which has the line numbers in it as a feature of that text editor.
&#60;/p&#62;</description>
</item>
<item>
<title>markritchie on "TIP: Change 'Emails' button to say 'Email Autoresponder'"</title>
<link>https://www.machform.com/forums/topic/tip-change-emails-button-to-say-email-autoresponder#post-5433</link>
<pubDate>Sat, 11 Apr 2009 04:28:07 +0000</pubDate>
<dc:creator>markritchie</dc:creator>
<guid isPermaLink="false">5433@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi everyone,&#60;/p&#62;
&#60;p&#62;Back again (it's been awhile) for v2 of Yuniar's awesome software. I thought I would share a simple modification I found useful. This is for Version 2.1b&#60;/p&#62;
&#60;p&#62;When you login to your forms administration area (or click on the Manage Forms tab in the upper left) you will see your first form and the various options across the top (i.e. Entries, Edit Form, Edit CSS, Emails, etc.) The problem I ran into is there are various people within the company that login to Machform and they started questioning what the &#34;Emails&#34; button was for. So I changed the &#34;Emails&#34; button to say &#34;Email Autoresponder&#34;.&#60;/p&#62;
&#60;p&#62;This, however, messed up the layout so I changed the width of the HTML table cells to even everything out.&#60;/p&#62;
&#60;p&#62;I've created a screenshot of the result (before and after)&#60;/p&#62;
&#60;p&#62;BEFORE: &#60;a href=&#34;http://img19.imageshack.us/img19/8999/example1q.gif&#34; rel=&#34;nofollow&#34;&#62;http://img19.imageshack.us/img19/8999/example1q.gif&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;AFTER: &#60;a href=&#34;http://img14.imageshack.us/img14/3626/example2r.gif&#34; rel=&#34;nofollow&#34;&#62;http://img14.imageshack.us/img14/3626/example2r.gif&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;To accomplish this, open up manage_form.php (I used NotePad) and find this line: (On line 462)&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;table width=&#38;quot;99%&#38;quot; border=&#38;quot;0&#38;quot; cellspacing=&#38;quot;0&#38;quot; cellpadding=&#38;quot;0&#38;quot; style=&#38;quot;margin-top:10px;&#38;quot;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Next find this line: (On line 482)&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;/table&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Highlight everything on line 462 to 487 and replace with the following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;table width=&#38;quot;99%&#38;quot; border=&#38;quot;0&#38;quot; cellspacing=&#38;quot;0&#38;quot; cellpadding=&#38;quot;0&#38;quot; style=&#38;quot;margin-top: 10px;&#38;quot;&#38;gt;
			  &#38;lt;tr align=&#38;quot;center&#38;quot; valign=&#38;quot;middle&#38;quot;&#38;gt;
			    &#38;lt;td width=&#38;quot;9%&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php echo &#38;quot;manage_entries.php?id={$data[&#38;#39;form_id&#38;#39;]}&#38;quot;; ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;images/icons/entries_32.gif&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/td&#38;gt;
			    &#38;lt;td width=&#38;quot;9%&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php echo &#38;quot;edit_form.php?id={$data[&#38;#39;form_id&#38;#39;]}&#38;quot;; ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;images/icons/edit_form_32.gif&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/td&#38;gt;
			    &#38;lt;td width=&#38;quot;9%&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php echo &#38;quot;edit_css.php?id={$data[&#38;#39;form_id&#38;#39;]}&#38;quot;; ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;images/icons/colorize_32.gif&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/td&#38;gt;
			    &#38;lt;td width=&#38;quot;15%&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php echo &#38;quot;email_settings.php?id={$data[&#38;#39;form_id&#38;#39;]}&#38;quot;; ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;images/icons/mail_forward_32.gif&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/td&#38;gt;
			    &#38;lt;td width=&#38;quot;12%&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php echo &#38;quot;embed_code.php?id={$data[&#38;#39;form_id&#38;#39;]}&#38;quot;; ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;images/icons/embed_code_32.gif&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/td&#38;gt;
			    &#38;lt;td width=&#38;quot;9%&#38;quot;&#38;gt;&#38;amp;nbsp;&#38;lt;/td&#38;gt;
			    &#38;lt;td width=&#38;quot;9%&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;view.php?id=&#38;lt;?php echo $data[&#38;#39;form_id&#38;#39;]; ?&#38;gt;&#38;quot; target=&#38;quot;_blank&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;images/icons/view_form_32.gif&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/td&#38;gt;
			    &#38;lt;td width=&#38;quot;10%&#38;quot;&#38;gt;&#38;amp;nbsp;&#38;lt;/td&#38;gt;
			    &#38;lt;td width=&#38;quot;9%&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php echo &#38;quot;manage_form.php?duplicate={$data[&#38;#39;form_id&#38;#39;]}&#38;quot;; ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;images/icons/copy_32.gif&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/td&#38;gt;
			    &#38;lt;td width=&#38;quot;9%&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;manage_form.php?pageno=&#38;lt;?php echo $pageno; ?&#38;gt;&#38;#38;delete=&#38;lt;?php echo $data[&#38;#39;form_id&#38;#39;]; ?&#38;gt;&#38;quot; onclick=&#38;quot;javascript: return confirm(&#38;#39;Are you sure you want to delete this form and all associated data?&#38;#39;);&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;images/icons/cross.gif&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/td&#38;gt;
    &#38;lt;/tr&#38;gt;
			  &#38;lt;tr align=&#38;quot;center&#38;quot; &#38;gt;
			    &#38;lt;td &#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php echo &#38;quot;manage_entries.php?id={$data[&#38;#39;form_id&#38;#39;]}&#38;quot;; ?&#38;gt;&#38;quot;&#38;gt;Entries&#38;lt;/a&#38;gt;&#38;lt;/td&#38;gt;
			    &#38;lt;td&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php echo &#38;quot;edit_form.php?id={$data[&#38;#39;form_id&#38;#39;]}&#38;quot;; ?&#38;gt;&#38;quot;&#38;gt;Edit Form&#38;lt;/a&#38;gt;&#38;lt;/td&#38;gt;
			    &#38;lt;td nowrap&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php echo &#38;quot;edit_css.php?id={$data[&#38;#39;form_id&#38;#39;]}&#38;quot;; ?&#38;gt;&#38;quot;&#38;gt;Edit CSS&#38;lt;/a&#38;gt;&#38;lt;/td&#38;gt;
			    &#38;lt;td nowrap&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php echo &#38;quot;email_settings.php?id={$data[&#38;#39;form_id&#38;#39;]}&#38;quot;; ?&#38;gt;&#38;quot;&#38;gt;Email Autoresponder&#38;lt;/a&#38;gt;&#38;lt;/td&#38;gt;
			    &#38;lt;td nowrap&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php echo &#38;quot;embed_code.php?id={$data[&#38;#39;form_id&#38;#39;]}&#38;quot;; ?&#38;gt;&#38;quot;&#38;gt;Embed Code&#38;lt;/a&#38;gt;&#38;lt;/td&#38;gt;
			    &#38;lt;td&#38;gt;&#38;amp;nbsp;&#38;lt;/td&#38;gt;
			    &#38;lt;td&#38;gt;&#38;lt;a href=&#38;quot;view.php?id=&#38;lt;?php echo $data[&#38;#39;form_id&#38;#39;]; ?&#38;gt;&#38;quot; target=&#38;quot;_blank&#38;quot;&#38;gt;View Form&#38;lt;/a&#38;gt;&#38;lt;/td&#38;gt;
			    &#38;lt;td&#38;gt;&#38;amp;nbsp;&#38;lt;/td&#38;gt;
			    &#38;lt;td&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php echo &#38;quot;manage_form.php?duplicate={$data[&#38;#39;form_id&#38;#39;]}&#38;quot;; ?&#38;gt;&#38;quot;&#38;gt;Duplicate&#38;lt;/a&#38;gt;&#38;lt;/td&#38;gt;
			    &#38;lt;td&#38;gt;&#38;lt;a href=&#38;quot;manage_form.php?pageno=&#38;lt;?php echo $pageno; ?&#38;gt;&#38;#38;delete=&#38;lt;?php echo $data[&#38;#39;form_id&#38;#39;]; ?&#38;gt;&#38;quot; onclick=&#38;quot;javascript: return confirm(&#38;#39;Are you sure you want to delete this form and all associated data?&#38;#39;);&#38;quot;&#38;gt;Delete&#38;lt;/a&#38;gt;&#38;lt;/td&#38;gt;
			  &#38;lt;/tr&#38;gt;
&#38;lt;/table&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;P.S. To find Line Numbers in NotePad do the following:&#60;/p&#62;
&#60;p&#62;Click on Format in the upper left and UNCHECK Wordwrap&#60;br /&#62;
Click on View then click on Status Bar.&#60;/p&#62;
&#60;p&#62;Now wherever you click NotePad will tell you the line number in the bottom status bar.&#60;/p&#62;
&#60;p&#62;Enjoy,&#60;/p&#62;
&#60;p&#62;Mark
&#60;/p&#62;</description>
</item>

</channel>
</rss>
