Developer Support »

Show date submitted  (See more user questions)

Hi

It's no trouble to assist you. Customer service is the name of the game
here.

Really glad the script is working for you.

You can have the date show on the emails by adding to the PHP code in the
script. Open up the script (formtoemailpro.php) in a text editor. Locate
this line:

if($show_ip){$_REQUEST["Sender's IP address"] = $_SERVER[REMOTE_ADDR];}

Below it, add this line:

$_REQUEST["Date"] = date("M dS Y");

Save the file and upload it.

Any questions, just let me know.

Best wishes.

Charles Sweeney
https://formtoemail.com
The world's easiest feedback script!

----- Original Message -----
Sent: Thursday, August 21, 2008 6:23 PM
Subject: Re: FormToEmail-Pro


> HAVE OUR FIRST FORM WORKING AND THIS IS AS GREAT A TOOL AS IT LOOKED WHEN
> FIRST BOUGHT. STARTED WITH YOUR BASIC FORM, ADDED FIELDS WE NEEDED, USED
> YOUR PHP FOR VALIDATION, WRITING CSV TO OUR SERVER, GENERATING AUTOREPLY,
> ETC. REALLY GREAT
>
> ONE QUESTION - IS THERE A SIMPLE WAY TO ADD AN AUTOGENERATED DATE TO THE
> FORM FIELDS THAT THEN GETS PASSED ALONG WITH ALL THE OTHER DATA? WOULD
> LIKE TO RECORD THE DATE THAT VISITOR FILLED IN THE FORM.
>
> IF THERE ARE SUPPORT CHARGES FOR QUESTIONS LIKE THIS PLEASE LET ME KNOW.
> NOT LOOKING TO TAKE ADVANTAGE IN ANY WAY.