I would like to be able to post the system time to a field by clicking on a button. I created the button but do not know the coding to make it work. Any help would be appreciated.
I'm not sure which page this needs to be added to. Here is an example of how you can do this on the Edit page. Use 'Insert button' feature to add a button next to date field. Add the following code to ClientBefore event.
var ctrl = Runner.getControl(pageid, 'DateFieldNameHere');