Add image meta
add_action(‘frm_after_create_entry’, ‘add_uploaded_file_alt’, 30, 2); function add_uploaded_file_alt( $entry_id, $form_id ) { if ( $form_id == 5 ) { //replace 5 with the id of the form // Get all uploaded file attachment IDs $media_ids = $_POST[‘item_meta’][519];//Replace 519 with the ID of…Continue reading