Running functions in Form
-
Hello!
I was wondering if you can, please, help me with a problem: i can’t run an function inside am CF7.
I’m trying to use the Ozpital WPWeTransfer as an addon for CF7, so users can upload files using WeTransfer.
The Ozpital plugin loads correctly on a page, but not in the Form.I’ve added the following code to my functions.php to activate custom shortcodes inside CF7:
add_filter(‘wpcf7_form_elements’, function($form) { return do_shortcode($form); });
Do you have any advice?
The Contact Form 7 plugin it’s absolutely brilliant, honestly the best form plugin, thank you so much for the excellent and hard work.
Regards,
MarianThe page I need help with: [log in to see the link]
- The topic ‘Running functions in Form’ is closed to new replies.