vidrack plugin not passing filename correctly to callback in desktop mode
-
The vidrack looks to have great potential but on the desktop the JS custom callback is passing in the wrong UUID as the filename. If you could help me get this working it would be super.
If you take this further and pass in a the fully formed url of the where to download the video that would be the best. Maybe passing it as a fourth argument so as to not break backwards compatibility.
It is easy to repeat the issue.
1. Add a Weblink/URL field from formidable-lite
2. Add the following code to the Form Settings => Customise HTML => After Fields[vidrack] <script> function vidrack_callback(filename,b,c){ alert(filename) //document.getElementById("field_ueflz").value='https://vidrack-media.s3.amazonaws.com/' + filename + '.flv'; } </script>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘vidrack plugin not passing filename correctly to callback in desktop mode’ is closed to new replies.