Hi Ben, this plugin is exactly what I have been looking for! However, I have got a bit stuck with getting the youtube meta – could you help me out?
I have this function:
add_action( ‘gform_after_submission_1’, ‘process_upload’, 10, 2 );
function process_upload( $entry, $form ) {
}
which processes my $entry data after submission then saves the data to meta fields in a custom post type – that all works fine.
What I can’t work out from your post above is how I then get the youtube data from within my function, could you provide an example? – your help would be most appreciated! ??
Sorry if i’m missing the obvious ??