<?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: Time and date in confirmation screen and email receipt</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Time and date in confirmation screen and email receipt</description>
<language>en</language>
<pubDate>Sat, 20 Jun 2026 17:55:13 +0000</pubDate>

<item>
<title>redityo on "Time and date in confirmation screen and email receipt"</title>
<link>https://www.machform.com/forums/topic/time-and-date-in-confirmation-screen-and-email-receipt#post-7745</link>
<pubDate>Tue, 20 Oct 2009 22:00:02 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">7745@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I see .. you can use a session variable then, but you need to use PHP file in success page rather that HTML page. To do so, edit your &#34;includes/post-functions.php&#34; file and go to around line 1191 and you'll see this code :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;return $process_result;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;exactly above that line, you can add this code :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$_SESSION[&#38;#39;sess_date_created&#38;#39;] = $table_data[&#38;#39;date_created&#38;#39;];&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;then in your success page, you can add these code to show submit &#34;date/time&#34;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php

session_start();

if (!empty($_SESSION[&#38;#39;sess_date_created&#38;#39;])) {
	echo &#38;#39;Your register date : &#38;#39; . $_SESSION[&#38;#39;sess_date_created&#38;#39;];
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>evanclivejones on "Time and date in confirmation screen and email receipt"</title>
<link>https://www.machform.com/forums/topic/time-and-date-in-confirmation-screen-and-email-receipt#post-7744</link>
<pubDate>Tue, 20 Oct 2009 20:01:10 +0000</pubDate>
<dc:creator>evanclivejones</dc:creator>
<guid isPermaLink="false">7744@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Thanks for your support.  It works ok on the email receipt.&#60;/p&#62;
&#60;p&#62;I mean the thank you/success page.  I have redirected this to a html document and was wandering is there away to put the date submitted in here&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Time and date in confirmation screen and email receipt"</title>
<link>https://www.machform.com/forums/topic/time-and-date-in-confirmation-screen-and-email-receipt#post-7743</link>
<pubDate>Tue, 20 Oct 2009 19:48:38 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">7743@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can use emails &#34;date created&#34; template variable for this. To do so, go to &#34;emails&#34; menu and click &#34;more options&#34; link. In content text area, you will see this code :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;{entry_data}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Simply change it to this code for showing your submission data/time.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Your submission date : {date_created}
{entry_data}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Anyway what do you mean with &#34;confirmation screen &#34; ? is it review page or thank you/success page ?
&#60;/p&#62;</description>
</item>
<item>
<title>evanclivejones on "Time and date in confirmation screen and email receipt"</title>
<link>https://www.machform.com/forums/topic/time-and-date-in-confirmation-screen-and-email-receipt#post-7741</link>
<pubDate>Tue, 20 Oct 2009 17:18:27 +0000</pubDate>
<dc:creator>evanclivejones</dc:creator>
<guid isPermaLink="false">7741@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Is it possible to include the time and date of the form submission on the confirmation screen and email receipt.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
