<?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: Re order forms in Admin Area</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Re order forms in Admin Area</description>
<language>en</language>
<pubDate>Wed, 17 Jun 2026 04:40:46 +0000</pubDate>

<item>
<title>mandarin on "Re order forms in Admin Area"</title>
<link>https://www.machform.com/forums/topic/re-order-forms-in-admin-area#post-11784</link>
<pubDate>Sat, 09 Apr 2011 23:35:03 +0000</pubDate>
<dc:creator>mandarin</dc:creator>
<guid isPermaLink="false">11784@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Absolutely Perfect.&#60;/p&#62;
&#60;p&#62;Thank You.
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Re order forms in Admin Area"</title>
<link>https://www.machform.com/forums/topic/re-order-forms-in-admin-area#post-11777</link>
<pubDate>Fri, 08 Apr 2011 17:12:26 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">11777@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;This possible with small customization. To do this, you need to edit &#34;manage_form.php&#34; and go to line 26 for this code :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$query  = &#38;quot;select form_id from &#38;lt;code&#38;gt;ap_forms&#38;lt;/code&#38;gt; order by form_id asc&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;then change it to&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$query  = &#38;quot;select form_id from &#38;lt;code&#38;gt;ap_forms&#38;lt;/code&#38;gt; order by form_name asc&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;after that, go to line 105 for this code :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$query = &#38;quot;select form_id,form_name,form_active,form_email from &#38;lt;code&#38;gt;ap_forms&#38;lt;/code&#38;gt; order by form_id asc $limit&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and change it to&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$query = &#38;quot;select form_id,form_name,form_active,form_email from &#38;lt;code&#38;gt;ap_forms&#38;lt;/code&#38;gt; order by form_name asc $limit&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;that would do it
&#60;/p&#62;</description>
</item>
<item>
<title>mandarin on "Re order forms in Admin Area"</title>
<link>https://www.machform.com/forums/topic/re-order-forms-in-admin-area#post-11772</link>
<pubDate>Thu, 07 Apr 2011 22:59:36 +0000</pubDate>
<dc:creator>mandarin</dc:creator>
<guid isPermaLink="false">11772@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;In Admin the forms are listed in the order created.&#60;/p&#62;
&#60;p&#62;Is it possible for the forms to be listed alphabetically based on the form names?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
