<?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: Display additional information in the success page</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Display additional information in the success page</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 23:26:19 +0000</pubDate>

<item>
<title>redityo on "Display additional information in the success page"</title>
<link>https://www.machform.com/forums/topic/display-additional-information-in-the-success-page#post-7810</link>
<pubDate>Wed, 28 Oct 2009 16:34:28 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">7810@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Sorry for the delay, you can put the code after this line :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$record_insert_id = mysql_insert_id();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Simply search for that code in post-function.php and I think you'll found it around line 1013 ~ 1020.&#60;/p&#62;
&#60;p&#62;Anyway to change the entry id to '001' format, you can change the code to be like this :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//retrieve the id from last inserted data
if ($form_id == &#38;#39;1&#38;#39;) {
   $_SESSION[&#38;#39;form_element_data&#38;#39;] = str_pad($record_insert_id,4,&#38;#39;0&#38;#39;,STR_PAD_LEFT);
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>cyberjorge on "Display additional information in the success page"</title>
<link>https://www.machform.com/forums/topic/display-additional-information-in-the-success-page#post-7794</link>
<pubDate>Tue, 27 Oct 2009 12:59:21 +0000</pubDate>
<dc:creator>cyberjorge</dc:creator>
<guid isPermaLink="false">7794@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;@redityo&#60;/p&#62;
&#60;p&#62;Any suggestion?
&#60;/p&#62;</description>
</item>
<item>
<title>cyberjorge on "Display additional information in the success page"</title>
<link>https://www.machform.com/forums/topic/display-additional-information-in-the-success-page#post-7775</link>
<pubDate>Mon, 26 Oct 2009 17:33:16 +0000</pubDate>
<dc:creator>cyberjorge</dc:creator>
<guid isPermaLink="false">7775@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;In this example, how do I make it instead of &#34;1000&#34; make 1 appear as &#34;001&#34;?&#60;/p&#62;
&#60;p&#62;Also what is the line of code where I'm going to put &#34;//retrieve the id from last inserted data&#34; after? I get errors when I update my code, I think my line numbers are not accurate with your reference.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Display additional information in the success page"</title>
<link>https://www.machform.com/forums/topic/display-additional-information-in-the-success-page#post-2789</link>
<pubDate>Fri, 29 Aug 2008 15:34:44 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">2789@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;If you want to show inserted data ID from 1000. You can add the session variable with 1000 in post-functions.php file on line 1030.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//retrieve the id from last inserted data
if ($form_id == &#38;#39;1&#38;#39;) {
   $_SESSION[&#38;#39;form_element_data&#38;#39;] = $record_insert_id+1000;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>gothmane on "Display additional information in the success page"</title>
<link>https://www.machform.com/forums/topic/display-additional-information-in-the-success-page#post-2788</link>
<pubDate>Fri, 29 Aug 2008 14:47:02 +0000</pubDate>
<dc:creator>gothmane</dc:creator>
<guid isPermaLink="false">2788@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yes I was able to display the entry number on the success page. Now the numbering is very simple (1, 2, 3, etc.) Instead what I would like to do is start the numbering from 10,000. How do I do that?
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Display additional information in the success page"</title>
<link>https://www.machform.com/forums/topic/display-additional-information-in-the-success-page#post-2771</link>
<pubDate>Thu, 28 Aug 2008 07:48:41 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">2771@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;feel free to contact us :)
&#60;/p&#62;</description>
</item>
<item>
<title>gothmane on "Display additional information in the success page"</title>
<link>https://www.machform.com/forums/topic/display-additional-information-in-the-success-page#post-2768</link>
<pubDate>Thu, 28 Aug 2008 00:44:14 +0000</pubDate>
<dc:creator>gothmane</dc:creator>
<guid isPermaLink="false">2768@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thank you very much.. I'll try to implement this and let you know if I face any problem. :)
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Display additional information in the success page"</title>
<link>https://www.machform.com/forums/topic/display-additional-information-in-the-success-page#post-2739</link>
<pubDate>Tue, 26 Aug 2008 08:07:18 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">2739@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi ...&#60;/p&#62;
&#60;p&#62;It's possible to show confirmation number with adding a session on your confirmation number element. Try to follow this post &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.appnitro.com/forums/topic/displaying-entry-number-in-success-message?replies=4&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/forums/topic/displaying-entry-number-in-success-message?replies=4&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;For numbering, can you tell me how you do it for now ? for this case maybe you can consider to use auto number logic but you have to make some modification to your machform files.
&#60;/p&#62;</description>
</item>
<item>
<title>gothmane on "Display additional information in the success page"</title>
<link>https://www.machform.com/forums/topic/display-additional-information-in-the-success-page#post-2734</link>
<pubDate>Mon, 25 Aug 2008 23:34:25 +0000</pubDate>
<dc:creator>gothmane</dc:creator>
<guid isPermaLink="false">2734@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Here is my situation. I'm using machform to enable to users to submit a registration form. My question is how do I display a confirmation number (like an order number) along with the success message. Also is there a way to start the numbering from, say 6000 instead of starting from 1?&#60;/p&#62;
&#60;p&#62;I hope I'm not confusing. Any help will be greatly apprecaited
&#60;/p&#62;</description>
</item>

</channel>
</rss>
