Plugin error in CF7
-
Hello!
First of all, thanks for the plugin, it’s great, really good work.
I need your help, the plugin works perfectly, but when i insert it in CF7 it doesn’t load correctly, for example:
– instead of “add your file” button, there’s a “${label}”
– the $ button opens the browser window, but doesn’t “attach” the file
– the transfer button doesn’t work.I mention that i put the “add filter” function to the functions.php so that the CF7 could load the ozpital shortcode.
—
add_filter( ‘wpcf7_form_elements’, ‘mycustom_wpcf7_form_elements’ );
function mycustom_wpcf7_form_elements( $form ) {
$form = do_shortcode( $form );
return $form;
}
—I made an example page with the contact form and below the plugin alone which works perfectly.
Thank you.
Regards,
Iancu Marian.The page I need help with: [log in to see the link]
- The topic ‘Plugin error in CF7’ is closed to new replies.