How do you set up a last updated function?
How do you set up a last updated function?

After editing a form I need to have it automatically update a field, last_updated, to the datetime like php now as you click to save. How do you do this?
After editing a form I need to have it automatically update a field, last_updated, to the datetime like php now as you click to save. How do you do this?
Answers
If you are using MySQL, your last_updated field would update automatically if you have defined it correctly.
In the Editor world, you can also do it in the server-side scripts with Events - see the examples towards the end of this page,
Colin