I have some Adobe forms that I created and posted online - users fill them out, then they are sent to me as fdf files through an adobe email link. Now however, I would like them sent to me via sendmail so that can collect some additional information before, but I am running into some issues I'm not sure how to deal with.
1) Adobe has the ability to submit to a URL (for the cgi script) but what the heck is it submitting? I KNOW I can parse the fields individually from the form, but what I WANT is to just send it as an attachment. Currently when the user clicks the send button in adobe it opens their email client and attaches an fdf file - how do I tell either Adobe to submit the info as a FILE to my cgi script, or tell my cgi script to receive it as a file instead of parsing individual fields?
And once I get an answer to that.....
2) I have a sendmail script that I wrote that works just ducky, BUT - there MUST be an easy way to attach a file to a email sent by sendmail isn't there? Preferable without having to install MIME lite or something that I have no experience with? I believe I asked this particular question once before but gave up on the answer when i couldn't understand it without a lot of work lol.
Thanks in advance people.
1) Adobe has the ability to submit to a URL (for the cgi script) but what the heck is it submitting? I KNOW I can parse the fields individually from the form, but what I WANT is to just send it as an attachment. Currently when the user clicks the send button in adobe it opens their email client and attaches an fdf file - how do I tell either Adobe to submit the info as a FILE to my cgi script, or tell my cgi script to receive it as a file instead of parsing individual fields?
And once I get an answer to that.....
2) I have a sendmail script that I wrote that works just ducky, BUT - there MUST be an easy way to attach a file to a email sent by sendmail isn't there? Preferable without having to install MIME lite or something that I have no experience with? I believe I asked this particular question once before but gave up on the answer when i couldn't understand it without a lot of work lol.
Thanks in advance people.