<?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: Form List Sort Method</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Form List Sort Method</description>
<language>en</language>
<pubDate>Wed, 06 May 2026 11:05:07 +0000</pubDate>

<item>
<title>tom472 on "Form List Sort Method"</title>
<link>https://www.machform.com/forums/topic/form-list-sort-method#post-4364</link>
<pubDate>Thu, 22 Jan 2009 11:07:11 +0000</pubDate>
<dc:creator>tom472</dc:creator>
<guid isPermaLink="false">4364@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;What might be helpful to gnioec in reference to his question about sorting by 'date_created' - correct as you mentioned form _id would be the same.&#60;br /&#62;
But it sounds like gnioec has his latest created forms as his current ones, so just a reverse on the default sort might do the trick.  Like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$query = &#38;quot;select form_id,form_name,form_active,form_email from
 &#38;lt;back&#38;gt;ap_forms&#38;lt;back&#38;gt; order by form_id desc $limit&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just a thought.&#60;/p&#62;
&#60;p&#62;--Tom
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Form List Sort Method"</title>
<link>https://www.machform.com/forums/topic/form-list-sort-method#post-4300</link>
<pubDate>Thu, 15 Jan 2009 12:30:35 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">4300@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Actually, there are other variables, however I don't think the other variables would be relevant for sorting your form (ex: form_description, form_redirect, form_success_message, etc)&#60;/p&#62;
&#60;p&#62;If you need to sort by date created, then using form_id would have the same effect. form_id is a sequential number.
&#60;/p&#62;</description>
</item>
<item>
<title>gnoiec on "Form List Sort Method"</title>
<link>https://www.machform.com/forums/topic/form-list-sort-method#post-4294</link>
<pubDate>Wed, 14 Jan 2009 20:03:25 +0000</pubDate>
<dc:creator>gnoiec</dc:creator>
<guid isPermaLink="false">4294@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thank you. That is exactly what I was looking for. One more question though. Am I strictly limited to the variables form_id, name, active, and email? Or are there others? (for example, date_created)&#60;/p&#62;
&#60;p&#62;Thanks for your help,&#60;br /&#62;
Matt
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Form List Sort Method"</title>
<link>https://www.machform.com/forums/topic/form-list-sort-method#post-4185</link>
<pubDate>Thu, 08 Jan 2009 09:35:30 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">4185@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi Matt,&#60;/p&#62;
&#60;p&#62;What order do you need ? by default machform have form list order by form_id. You can change the order by editing &#34;manage_form.php&#34;, try to search on line 105 and you will see 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;back&#38;gt;ap_forms&#38;lt;back&#38;gt; order by form_id asc $limit&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;if  you want to order by form name you can 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;back&#38;gt;ap_forms&#38;lt;back&#38;gt; order by form_name asc $limit&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and make sure you've replace &#38;lt;back&#38;gt; tag with backticks character first
&#60;/p&#62;</description>
</item>
<item>
<title>gnoiec on "Form List Sort Method"</title>
<link>https://www.machform.com/forums/topic/form-list-sort-method#post-4173</link>
<pubDate>Wed, 07 Jan 2009 20:24:44 +0000</pubDate>
<dc:creator>gnoiec</dc:creator>
<guid isPermaLink="false">4173@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Is there any way to sort the list of forms that I created? It defaults to the very first form I created (which is no longer active), and I have to go to page 2 to access my current form.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Matt
&#60;/p&#62;</description>
</item>

</channel>
</rss>
