Can I create a website form that included the date submitted in the form results?

DPK

Senior member
Jan 10, 2000
473
0
0
I created a form theat emails the results, but I would like to include the date with the results when the form is submitted. Is this possible?
 

CycloWizard

Lifer
Sep 10, 2001
12,348
1
81
Yes, it shouldn't be very tough, depending on what type of language you're using in your form. In aspx, DateTime.Now. Timestamp in other languages. Check out http://www.w3schools.com and pick your language on the left side menu to find it.

My question is: why would you want the date/time in the e-mail when it will appear automatically when you receive the e-mail?
 

DPK

Senior member
Jan 10, 2000
473
0
0
You are right. The email header should be good enough. Now I need to post another question...