OK, I've been working on this on and off for weeks with no solution. I've got this PDF form I made. At the end I made an action to submit a web form. The I entered the address and webformmailer.php.
One browser I have downloads the form. Fine, I fill it out, submit it- it goes to a thank you page in my browser. I receive the results. Good.
Now, my other browser opens the PDF in the browser. I fill it out, submit it. It goes to the Thank You page. BUT, I never receive the results. Apparently, it's not working via this method. But, I get no error.
The problem seems to lie with the fact that when the pdf is downloaded, the entire url is needed in the action. However, this is not necessary in the browser-method- only half the url is needed.
The thing is- I can't (or can I?) have 2 separate actions for one form. I just want people to be able to send it regardless of how their browser handles PDFs.
Does anyone understand what I'm trying to do and have any advice for me?


