Forum Moderators: mack
Is this possible? If so, how. If not, can you provide another solution.
I have access to Adobe CS, but I'm not sure how to go about it.
In my experience, it's not worth the bother to try and create an emailable form in PDF (but yes, it can be done… more below). The main problem is that for the PDF to send the data the user must have his/her browser open while filling out the form. The reason for this is that Acrobat needs to send the data to a script (on your website). And if you're processing forms via server-side scripts on your website, why not just link to a good ol' HTML form, right?
Look in the help files for Adobe Acrobat and you should find more than enough info on how to create an interactive form. The primary tool you will be using is called (appropriately enough) the "form tool" (keyboard shortcut "F" in Windows). The good news is that you can create some rather complex interactivity through a very simple interface, and if you don't mind a bit of coding, you can make it even more complex - and still have it all print just the way you want it to look.