• 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: On submit download pdf file based on dropdown optn

On submit download pdf file based on dropdown optn 9 years 1 month ago #34507

  • michiganmedia
  • michiganmedia's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 1
Hi
I am looking for solution to get the download file when we click on Submit button based on the dropdown field.
Example:
Dropdown values in forms are
- Option 1
- Option 2
- Option 3
- Option 4

If I select Option 1, then submit button should have download file path of file1.pdf and then submit the form and give popup for download file or it can be on Thank you message, whichever can be easy.
If I select Option 2, then submit button should have download file path of file2.pdf and then submit the form and give popup for download file or it can be on Thank you message, whichever can be easy.
etc.

Can you guide on this please. Your help will be appreciated.

Thank you.
The administrator has disabled public write access.

On submit download pdf file based on dropdown optn 9 years 1 month ago #34530

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
The best way to go would be to include a download link in the Thank you message. You will have to set your dropdown items like this:

/path/to/file1.pdf|label 1
/path/to/file2.pdf|label 2

Within the Thank you message configuration area, simply include the field placeholder. Example:
<a href="{field name here:value}" target="_blank">Download</a>
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
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!