Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Oh sorry guys, totally forgot to reply. Okay, so basically the shortcode inside CF7 is not working (yet) and that sucks. But think in solutions, not in problems :).

    I’ve added the ozpital shortcode just above my CF7 shortcode and in the CF7 form itself I’ve added the wetransfer_url box with the required option selected. I chose for hiding this “wetransfer_url” box by using CSS. This way it seems like the wetransfer upload thing is part of the form while it is actually not. Downside is you can only place the WeTransfer upload box above or underneath your CF7 form, not inside. Because the required option for “wetransfer_url” is selected, the form will not send in case files are not added (since the wetransfer url will not be generated, therefore the wetransfer_url box is not filled in).

    Coded some workarounds for myself, my case is solved. Don’t know about OP though!

    I use the APEX theme from Sonaar.io. Page builder = WPBakery

    EDIT: Seems like OP has removed his CF7 on the page, I just set one up on my page so you can see the error:

    http://oyosounds.com/mixing-mastering/

    You can now see it. I’ve added your code to my functions.php to activate custom shortcodes inside CF7, namely:

    // Shortcode inside CF7
    add_filter(‘wpcf7_form_elements’, function($form) {
    return do_shortcode($form);
    });

    • This reply was modified 7 years, 5 months ago by skillful058.
    • This reply was modified 7 years, 5 months ago by skillful058. Reason: needed to provide page for demonstration

    Got the same problem unfortunately.. Now I know how to change the faulty text by jQuery but that does not bring the functionality of the plugin back 😛

    Would be very great to have this fixed.

Viewing 4 replies - 1 through 4 (of 4 total)