I have a form that I use for online surveys in my shop that I would like to have duplicated locally as well as having the data entered sent to my CMS.
My goal is to have all the data added to a local text or spreadsheet file so that I don't have to keep login in to my CMS and copying the data to send out newsletters and the like every so often.
I am thinking I can make a local static page, and have the content copied to my web form and local file when users click the Submit button.
Is this cloaking? Does anyone know if there is there a better or simpler option to accomplishing this task?