I am creating an application where I log daily events so I can view them in a DataPage report. I would like to be able to copy a record if I repeat an event, instead of re-entering the data in a web form.
I was told I would have to create a hidden DataPage that auto submits the data, that will require some use of JavaScript.
How do I create a hidden DataPage that auto submits data with JavaScript?