robm89
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Private add_uploaded_file@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..
Forum: Plugins
In reply to: [Contact Form 7] Private add_uploaded_fileThanks 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; });Forum: Plugins
In reply to: [Doneren met Mollie] Redirect naar sub-pagina’s mislukt.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.
Forum: Plugins
In reply to: [Doneren met Mollie] Redirect naar sub-pagina’s mislukt.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