Title: robm89's Replies | WordPress.org

---

# robm89

  [  ](https://wordpress.org/support/users/robm89/)

 *   [Profile](https://wordpress.org/support/users/robm89/)
 *   [Topics Started](https://wordpress.org/support/users/robm89/topics/)
 *   [Replies Created](https://wordpress.org/support/users/robm89/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/robm89/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/robm89/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/robm89/engagements/)
 *   [Favorites](https://wordpress.org/support/users/robm89/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Private add_uploaded_file](https://wordpress.org/support/topic/private-add_uploaded_file/)
 *  Thread Starter [robm89](https://wordpress.org/support/users/robm89/)
 * (@robm89)
 * [5 years ago](https://wordpress.org/support/topic/private-add_uploaded_file/#post-14537932)
 * [@karl578](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Private add_uploaded_file](https://wordpress.org/support/topic/private-add_uploaded_file/)
 *  Thread Starter [robm89](https://wordpress.org/support/users/robm89/)
 * (@robm89)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/private-add_uploaded_file/#post-14257888)
 * [@clearsite](https://wordpress.org/support/users/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;
       });
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Doneren met Mollie] Redirect naar sub-pagina’s mislukt.](https://wordpress.org/support/topic/redirect-naar-sub-paginas-mislukt/)
 *  [robm89](https://wordpress.org/support/users/robm89/)
 * (@robm89)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/redirect-naar-sub-paginas-mislukt/#post-9752376)
 * Hoi [@ndijkstra](https://wordpress.org/support/users/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, 6 months ago by [robm89](https://wordpress.org/support/users/robm89/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Doneren met Mollie] Redirect naar sub-pagina’s mislukt.](https://wordpress.org/support/topic/redirect-naar-sub-paginas-mislukt/)
 *  [robm89](https://wordpress.org/support/users/robm89/)
 * (@robm89)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/redirect-naar-sub-paginas-mislukt/#post-9748405)
 * 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)