<?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: A way to autoincrement the number field?</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: A way to autoincrement the number field?</description>
<language>en</language>
<pubDate>Wed, 09 Sep 2026 18:49:16 +0000</pubDate>

<item>
<title>yuniar on "A way to autoincrement the number field?"</title>
<link>https://www.machform.com/forums/topic/a-way-to-autoincrement-the-number-field#post-1485</link>
<pubDate>Thu, 24 Apr 2008 10:59:04 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">1485@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;sure, mail me when version 2 is released. I'll show you how.
&#60;/p&#62;</description>
</item>
<item>
<title>haizlid on "A way to autoincrement the number field?"</title>
<link>https://www.machform.com/forums/topic/a-way-to-autoincrement-the-number-field#post-1480</link>
<pubDate>Thu, 24 Apr 2008 10:35:05 +0000</pubDate>
<dc:creator>haizlid</dc:creator>
<guid isPermaLink="false">1480@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yes, I suppose I mean the corresponding 'form id' as seen in the id# field of the manage entries screen.&#60;/p&#62;
&#60;p&#62;I suppose I could read up on how to go about this - but if it's especially simple, would you mind sharing how I might do this?&#60;/p&#62;
&#60;p&#62;thank you.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "A way to autoincrement the number field?"</title>
<link>https://www.machform.com/forums/topic/a-way-to-autoincrement-the-number-field#post-1479</link>
<pubDate>Thu, 24 Apr 2008 10:18:05 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">1479@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;you mean form id or session id?&#60;/p&#62;
&#60;p&#62;either way, yes you can display it on your form. it's a simple hack.
&#60;/p&#62;</description>
</item>
<item>
<title>haizlid on "A way to autoincrement the number field?"</title>
<link>https://www.machform.com/forums/topic/a-way-to-autoincrement-the-number-field#post-1478</link>
<pubDate>Thu, 24 Apr 2008 10:15:44 +0000</pubDate>
<dc:creator>haizlid</dc:creator>
<guid isPermaLink="false">1478@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Would there also be a way to have the session id number appear on the form?
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "A way to autoincrement the number field?"</title>
<link>https://www.machform.com/forums/topic/a-way-to-autoincrement-the-number-field#post-1472</link>
<pubDate>Thu, 24 Apr 2008 09:17:09 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">1472@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;So you would like to redirect from one form to another form?&#60;br /&#62;
Shouldn't be a problem, the redirect url can be any URL you like.
&#60;/p&#62;</description>
</item>
<item>
<title>haizlid on "A way to autoincrement the number field?"</title>
<link>https://www.machform.com/forums/topic/a-way-to-autoincrement-the-number-field#post-1465</link>
<pubDate>Wed, 23 Apr 2008 22:10:42 +0000</pubDate>
<dc:creator>haizlid</dc:creator>
<guid isPermaLink="false">1465@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;And also (and maybe I've missed this somewhere) but the technique I've used to link to the form is copying / pasting the url generated by clicking 'view form' from the admin area.&#60;/p&#62;
&#60;p&#62;The only thing about this is that the link will always point to the id I've copied/pasted; for example:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://localhost/machform/view.php?id=2&#34; rel=&#34;nofollow&#34;&#62;http://localhost/machform/view.php?id=2&#60;/a&#62; (id is 2 in this case, obviously)&#60;/p&#62;
&#60;p&#62;Will this cause a problem when I'm using this as the redirect url in the 'successful submission' element? (I want to use this as the redirect url, by the way, because I'm using MachForm as a help-ticket scheme and I'd like for the enduser to have the option of successive submissions of tickets).&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
</item>
<item>
<title>haizlid on "A way to autoincrement the number field?"</title>
<link>https://www.machform.com/forums/topic/a-way-to-autoincrement-the-number-field#post-1460</link>
<pubDate>Wed, 23 Apr 2008 11:36:28 +0000</pubDate>
<dc:creator>haizlid</dc:creator>
<guid isPermaLink="false">1460@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Well that sounds terrific - one more request then please: Is it possible to somehow show that id number on the form?&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "A way to autoincrement the number field?"</title>
<link>https://www.machform.com/forums/topic/a-way-to-autoincrement-the-number-field#post-1459</link>
<pubDate>Wed, 23 Apr 2008 11:21:48 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">1459@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Actually, if you checked directly into your mysql table, those ids aren't being renumbered. Only the display in machform entries section is being renumbered.&#60;/p&#62;
&#60;p&#62;I suggest to wait for version 2, next week. It will use the unique autoincremented number from the table. So it won't be renumbered when you delete some of the entries.
&#60;/p&#62;</description>
</item>
<item>
<title>haizlid on "A way to autoincrement the number field?"</title>
<link>https://www.machform.com/forums/topic/a-way-to-autoincrement-the-number-field#post-1458</link>
<pubDate>Wed, 23 Apr 2008 11:14:09 +0000</pubDate>
<dc:creator>haizlid</dc:creator>
<guid isPermaLink="false">1458@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;yes, but the only problem with that is if an entry is deleted then all the id's are renumbered.  So if you're trying to keep track of an entry by id - over time (after various entry deletions) the entries will no longer correspond to their original id.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "A way to autoincrement the number field?"</title>
<link>https://www.machform.com/forums/topic/a-way-to-autoincrement-the-number-field#post-1451</link>
<pubDate>Wed, 23 Apr 2008 08:01:01 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">1451@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hmm.. this sounds simple, but it requires pretty much code changes.&#60;br /&#62;
I suggest to just use the &#34;id&#34; column on your table. The &#34;id&#34; is already auto-incremented.
&#60;/p&#62;</description>
</item>
<item>
<title>haizlid on "A way to autoincrement the number field?"</title>
<link>https://www.machform.com/forums/topic/a-way-to-autoincrement-the-number-field#post-1444</link>
<pubDate>Tue, 22 Apr 2008 20:48:57 +0000</pubDate>
<dc:creator>haizlid</dc:creator>
<guid isPermaLink="false">1444@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;One of the elements or fields available on the form is number.  Is there a way to automatically have this number auto-incremented +1 every time the form is accessed?&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
