I made an HTML form inside the Pages section of WordPress, but I need to use the PHP timestamp to submit a hidden field of the current time.
How can I do this? Do I use the "span" tag or something? I think that's for javascript. I just need to be able to submit a timestamp in a hidden file though, so maybe I should use javascript?