Search code examples
wordpresswordpress-themingcontact-form-7custom-wordpress-pages

wp contact form 7 save form to database & mail also


I want to add a wp7 contact form in wordpress site but I want it to mail as well as save form filled data in database table as well. Is there any way I can make it happen.


Solution

  • There are multiple plugins that are doing saving in the database. You can find them here.

    If you want to save in custom database or table you can use action 'wpcf7_mail_sent' to get values and everything then to process to destination.