This makes the PDF open in the client window rather than send it to them as a download. I would rather they never see the PDF.
What I would like is:
- User submits a form (Form HTML is inserted into radeditor) (this is working)
- PDF is saved to the server (this is working)
- Client is redirected to a thank you page (this is not working, the client is redirected to the PDF file instead, or offered a download of the pdf)
How can I save a PDF to the server without showing it to the client?