Home › Forums › Quform WordPress › getValue('iphorm_X_X') file attachment show null?
Hi, please help me. I try use wp_insert_post to add_post_meta (custom field)
$file = $form->getValue(‘iphorm_1_6’); add_post_meta($post_id, ‘file’, $file);
and iphorm_1_6 is attachment field, that jpg/png file..
when I try submit form. the $file is always show empty.. please help. thanks
hendra
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
Thanks Ally, I tried disable the flash upload. still get null for the $file. ok I just sent the file functions.php info@themecatcher.net thanks