Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter robm89

    (@robm89)

    @karl578 I remember that I had to add the attachment in the form settings of cf7. Did you configure this as well?

    Hope it helps..

    Thread Starter robm89

    (@robm89)

    @clearsite

    Thanks for sharing your solution in detail! I like your replacement function.

    Back then I just ended up using a different hook wpcf7_mail_components, and add the attachment in there.

    Simplified example:

    add_filter('wpcf7_mail_components', function ($components, $contactForm, $instance) {
        $components['attachments'][] = 'path/to/file.pdf';
        return $components;
    });

    Hoi @ndijkstra,

    Bedankt voor je reactie! Ik ben erachter gekomen dat het probleem bij een andere plugin die ik gebruik lag, namelijk ThemeREX_donations. Ik heb hier nu een oplossing voor gemaakt, zodat de redirect goed gaat. 🙂

    Mvg,

    Rob

    • This reply was modified 8 years, 5 months ago by robm89.

    Hoi Nick,

    Er is bij mij iets kapot gegaan na het updaten naar de nieuwe versie en ik vermoed dat het hiermee te maken heeft. Ik heb niets aangepast in jouw plugin, maar als ik betaald heb en ik word teruggestuurd naar mijn website dan klopt de URL van de redirect niet meer.

    Pagina /steun-ons/inspiratiedagen-voor-kwetsbaren gaat na invulling van het formulier naar Mollie, dit gaat goed, maar na de betaling word ik doorverwezen naar

    /inspiratiedagen-voor-kwetsbaren?dmm_id=985a2553fd90b2a

    Dit moet zijn

    /steun-ons/inspiratiedagen-voor-kwetsbaren?dmm_id=985a2553fd90b2a

    Ik hoor graag of hier al een oplossing voor is. 🙂

    Grt Rob

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