I've been using NMS formail for years and I like it but the resultant output from the form comes in an email in very unnattractive hard to read format. I need to be able to "format" the results of the form to my liking, i.e.
Also, I don't want SSNs and other private data sent to me via this form. What would be a good solution to having one that saves the data on the server so I can download it vs. send it to me in an email. that way I can ask for private info without fear. I have an SSL so I can pipe it thru that when needed.
So let me summarize:
need a form processing system that I can:
1. duplicate easily for any website
2. saves data on server (configurable location) and sends me an email alerting me that there is a new submission
3. allows me to add fields and have the resultant output configurable so that when I download it, it is neat and readable
is thsi possible with perl or would I be better served using php? Any ideas would be great, thanks so much!