Hi, Rob,
No, Gravity Forms does not support VideoPress' upload button.
You will need to do some research on this. I don't know if this is possible, but I am throwing out some thoughts here. Maybe you can use Gravity Form's File Upload field and using Gravity Forms hooks take the files uploaded and associate them with the post and pass the data along to VideoPress, if they have an API you can interact with.
After a form is submitted, you can use the "gform_after_submission" hook (http://www.gravityhelp.com/documentation/page/Developer_Docs) to pass data along to a third-party (maybe your videos).
You can manipulate a post's data using the "gform_post_data" hook (http://www.gravityhelp.com/documentation/page/Gform_post_data). This is where you may be able to add your uploaded files as attachments for the post.
I hope this points you in the right direction.
Posted 13 years ago on Tuesday February 14, 2012 |
Permalink