• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: PDF Download on Submission

PDF Download on Submission 10 years 9 months ago #28311

Is it possible to have a PDF file download when the user clicks the submit button without having it appear in an email? Thanks in advance for your time.
The administrator has disabled public write access.

PDF Download on Submission 10 years 8 months ago #28359

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
An easy solution for this is to set Attach to User Email ? to No (User Emails Section) and insert the {user_pdf} placeholder in the thank you message.
e.g.
<a href="{user_pdf}">PDF Download</a>

More information on the RSForm! Pro - PDF plugin can be found in the following article:
http://www.rsjoomla.com/support/documentation/view-article/747-rsform-pro-pdf-plugin.html
My help is not official customer support. To receive your support, submit a ticket by clicking here
The administrator has disabled public write access.

PDF Download on Submission 8 years 2 months ago #36422

If you want the PDF to load when your Thank You message loads you can use the following:
<iframe src="{user_pdf}" width="0" height="0"></iframe>
This will load the PDF into a teeny tiny little Iframe and pop up the Save As.. dialog.

I hope this helps.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!