Is there anyway to log what text is typed in a text box
Printable View
Is there anyway to log what text is typed in a text box
Yes. The post you made to ask your question was in a way logged. It was written to a database to be retrieved when requested. All you need to do is have the page receiving info from the form write that info to a file. Search around a bit and you'll figure it out.