<?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: How can I have a longer form title?</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: How can I have a longer form title?</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 23:30:37 +0000</pubDate>

<item>
<title>Markstein on "How can I have a longer form title?"</title>
<link>https://www.machform.com/forums/topic/how-can-i-have-a-longer-form-title#post-7657</link>
<pubDate>Sun, 11 Oct 2009 04:20:22 +0000</pubDate>
<dc:creator>Markstein</dc:creator>
<guid isPermaLink="false">7657@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks redityo! Worked perfectly.&#60;/p&#62;
&#60;p&#62;For others wanting to do this you do the following:&#60;/p&#62;
&#60;p&#62;1. Edit your &#34;edit_form.php&#34; and go to around line 652, you will see this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;input id=&#38;quot;form_title&#38;quot; class=&#38;quot;text medium&#38;quot; value=&#38;quot;&#38;quot; tabindex=&#38;quot;1&#38;quot; maxlength=&#38;quot;50&#38;quot;
onkeyup=&#38;quot;update_form(this.value, &#38;#39;name&#38;#39;)&#38;quot;
 onblur=&#38;quot;update_form(this.value, &#38;#39;name&#38;#39;)&#38;quot; type=&#38;quot;text&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change maxlength=&#34;50&#34; to what you desire.&#60;/p&#62;
&#60;p&#62;2. Edit &#34;db-functions.php&#34; and go to around line 51, you will see this code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$rules[&#38;#39;form_name&#38;#39;][&#38;#39;max&#38;#39;] = 50;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Change the number 50 to match what you input for &#34;maxlength&#34;&#60;/p&#62;
&#60;p&#62;Mark
&#60;/p&#62;</description>
</item>
<item>
<title>Markstein on "How can I have a longer form title?"</title>
<link>https://www.machform.com/forums/topic/how-can-i-have-a-longer-form-title#post-7656</link>
<pubDate>Sun, 11 Oct 2009 04:19:52 +0000</pubDate>
<dc:creator>Markstein</dc:creator>
<guid isPermaLink="false">7656@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks redityo! Worked perfectly.&#60;/p&#62;
&#60;p&#62;For others wanting to do this you do the following:&#60;/p&#62;
&#60;p&#62;1. Edit your &#34;edit_form.php&#34; and go to around line 652, you will see this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;input id=&#38;quot;form_title&#38;quot; class=&#38;quot;text medium&#38;quot; value=&#38;quot;&#38;quot; tabindex=&#38;quot;1&#38;quot; maxlength=&#38;quot;50&#38;quot;
onkeyup=&#38;quot;update_form(this.value, &#38;#39;name&#38;#39;)&#38;quot;
 onblur=&#38;quot;update_form(this.value, &#38;#39;name&#38;#39;)&#38;quot; type=&#38;quot;text&#38;quot;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change maxlength=&#34;50&#34; to what you desire.&#60;/p&#62;
&#60;p&#62;2. Edit &#34;db-functions.php&#34; and go to around line 51, you will see this code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$rules[&#38;#39;form_name&#38;#39;][&#38;#39;max&#38;#39;] = 50;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Change the number 50 to match what you input for &#34;maxlength&#34;&#60;/p&#62;
&#60;p&#62;Mark
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "How can I have a longer form title?"</title>
<link>https://www.machform.com/forums/topic/how-can-i-have-a-longer-form-title#post-7647</link>
<pubDate>Sat, 10 Oct 2009 10:40:16 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">7647@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi Mark,&#60;/p&#62;
&#60;p&#62;Have you try the one that I posted in here :&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.appnitro.com/forums/topic/image-title#post-5265&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/image-title#post-5265&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Markstein on "How can I have a longer form title?"</title>
<link>https://www.machform.com/forums/topic/how-can-i-have-a-longer-form-title#post-7646</link>
<pubDate>Sat, 10 Oct 2009 05:26:40 +0000</pubDate>
<dc:creator>Markstein</dc:creator>
<guid isPermaLink="false">7646@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I am wondering how I can have a longer form title. I did find &#34;maxlength 50&#34; in edit_form.php. I changed it to 150 which gave me the result I wanted however it caused some problems. Such as when duplicating a form and make changes to the duplicated form  the changes would not save. I reverted back to &#34;50&#34; and all works as it should however I need to have longer titles.&#60;/p&#62;
&#60;p&#62;Thank you,&#60;/p&#62;
&#60;p&#62;Mark
&#60;/p&#62;</description>
</item>

</channel>
</rss>
