I have a form that posts into my blog. It has a file upload field that users upload their movies with. My webserver formats the video file to HTML5 compatible format and to display that video to visitors it needs to be in the format [video src="http://www.mysite.com/video"]. But the gravity form file uploader posts the complete URL like http://www.mysite.com/video.mov.
how can I alter the URL that the file uploader creates to the shortcode I need it to be? Is gform_field_input the right way? An example would ofcourse be very much appreciated. :)
Thanks