Transfering a file name with on_sent_ok
-
I would like to do the following with the on_sent_ok in my form:
1. Redirect to a thank you page: https://www.mysite.com/thanku
2. Transfer a variable/paramenter with a complete file name: https://www.mysite.com/filename.pdfIn the Thank You page I will have a DOWNLOAD button that when clicked should download the file I am transferring via the parameter/variable.
Is this doable?
What code do I need to use in the on_sent_ok section of the form?Thank you!
- The topic ‘Transfering a file name with on_sent_ok’ is closed to new replies.