We've got some forms (mostly in PDF) that we use for various things. What we'd like to do is set up a webpage that will allow our employees to access a form, fill in any blanks, and then submit it via email by clicking on a button. We'd like the form to be sent as an attachment instead of just text in the body of the message.
This is what I have in mind:
I would need to create some kind of webpage to collect the data. When the user hit's the "Submit" button, that data would be written to a PDF file (or possibly a Word document). Once the file has been created it would be attached to an email message and sent to the intended recipient.
Can this be done? If not, what other ways can I go about this?
In case it helps to know, our website is hosted by another company. If I remember correctly, I have access to most of the common webserver technologies except for ASP. It would take some doing, but I can even do that if need be.
This is what I have in mind:
I would need to create some kind of webpage to collect the data. When the user hit's the "Submit" button, that data would be written to a PDF file (or possibly a Word document). Once the file has been created it would be attached to an email message and sent to the intended recipient.
Can this be done? If not, what other ways can I go about this?
In case it helps to know, our website is hosted by another company. If I remember correctly, I have access to most of the common webserver technologies except for ASP. It would take some doing, but I can even do that if need be.