|
|
|
|
|
by beering
4881 days ago
|
|
So what is the purpose of replacing a common format with one that wastes space repeating labels? Many tools already support combined format, and you can look up the fields in the config if you really can't figure it out on your own. Also, this linkbait title is just asking for a mod edit. |
|
Some time ago, we had to migrate dozens of HTML forms from legacy servers. We ended up implementing a generic forms handler to process all form submissions.
Initially, we logged all submissions to simple tab-delimited files. But as it turns out, some HTML field types, when left blank by the user, leave no trace in the query string.
So plain tab-delimited was not an option, and the answer turned out to be exactly this format.