Is it possible to dynamically redirect to lets say a file, which name is entered by user in form of the code they get.
For example lets have I have 1000 pdf's, each named like 140052.pdf, 140052.1.pdf etc., now, what user does is enters a number he gets in one of the form fields like - 'Enter Code Provided' - so he enters 140052 for example.
After filling rest of the fields and clicking submit he gets redirected to the file 140052.pdf. (or maybe there's a way to simply reveal that file link using jquery or something?).
Any way to implement that dynamic redirection using on_sent_ok thingie?
Any tips welcome!
Kind Regards