Hi Ryan
I have exactly the same issue and it would be great if you could help us get this working because the plugin has great potential ??
I want to capture the location of the stored video in a form and on the desktop, filename is a UUID but not the same UUID as where the video is stored.
It is easy to repeat.
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/' + a + '.flv';
}
</script>