WP Manifestindependent plugin directory
manifest / developer / contact-form-7-rest-api

Contact Form 7 Rest API

Contact Form 7 endpoints for the WP REST API v2

by Bradley Tollett · github.com/codebradley/contact-form-7-rest-api · website

10stars
2forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/codebradley/contact-form-7-rest-api/archive/refs/heads/master.zip

From the readme

Deprecated: Important Note: Endpoints are now included with the Contact Form 7 plugin as of version 4.7. I only recommend working with this code if you are using an older version of Contact Form 7. Here's the changelog: https://contactform7.com/2017/03/03/contact-form-7-47/ Here's the code: https://github.com/ohze/wp-contact-form-7/blob/master/includes/rest-api.php Contact Form 7 REST API Endpoints Contact Form 7 endpoints for the WP REST API v2 Get All Forms: Get Single Form: Create Form: Update Form: Delete Form:

Read the full README on GitHub →