So here is what I have: a PDF form (job application) that a client is requesting to put on their website as a form and the data gets sent to them when an applicant on the site fills the form out. My idea is as follows: dissecting the PDF, taking its fields and making the HTML form, then processing on the server side, creating the new PDF and emailing as an attachment to the client. However, something tells me that there is a better, more effective way of doing it. Is that so?
Share
If your client specifically asks for a pdf sent by mail in return then no there is no better way 😛 If they do not have any certain specifications then perhaps storing the pdf applications in a database where they can retreive them by themself through a webpage is a better idea. You could still notify them by email that a new application have been received. This way they can organize new applications better, because lets face it.. management always makes a mess out of their mailbox.