Title: Create posts from Contact Forms
Last modified: February 20, 2024

---

# Create posts from Contact Forms

 *  Resolved [serba69](https://wordpress.org/support/users/serba69/)
 * (@serba69)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/create-posts-from-contact-forms/)
 * <font _mstmutation=”1″></font>Hello, I hope to explain, I create a form with 
   contact form 7 and from the form I would like to automatically create, let’s 
   say, a post on a certain web page, can it be done? And if so, how? Thank you
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcreate-posts-from-contact-forms%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [nikolausii](https://wordpress.org/support/users/nikolausii/)
 * (@nikolausii)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/create-posts-from-contact-forms/#post-17438532)
 * Contact Form 7 has a **wpcf7_mail_sent** hook for exactly this. Usage looks a
   little like:
 *     ```wp-block-code
       // ...in functions.php
       add_action('wpcf7_mail_sent', function ($cf7) {
           // Run code after the email has been sent
       });
       ```
   
 * There is also **wpcf7_mail_failed**, which lets you hook into when the email 
   fails.
 *  Thread Starter [serba69](https://wordpress.org/support/users/serba69/)
 * (@serba69)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/create-posts-from-contact-forms/#post-17439328)
 * Thank you

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

The topic ‘Create posts from Contact Forms’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [serba69](https://wordpress.org/support/users/serba69/)
 * Last activity: [2 years, 3 months ago](https://wordpress.org/support/topic/create-posts-from-contact-forms/#post-17439328)
 * Status: resolved