• I have use contact form 7 rest API. Whenever i post the data from front-end only status saved other data are didn’t. Give me some ideas…
    my post URL like this

    
    let postData = {
                   name: "myName",
    	       email: "myemail",
                   subject: "Subject",
                   message: "message"
    }
    

    https://myWebsite.com/wp-json/contact-form-7/v1/contact-forms/<contact-form-ID>/feedback

Viewing 1 replies (of 1 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Moved to the correct sub-forum. Please do not use Developing with WordPress for plugin specific topics.

Viewing 1 replies (of 1 total)
  • The topic ‘Can’t save post data with contact form 7 rest api’ is closed to new replies.