Title: Create contact form&#8217;s post via rest api?
Last modified: July 29, 2020

---

# Create contact form’s post via rest api?

 *  Resolved [pitch30391](https://wordpress.org/support/users/pitch30391/)
 * (@pitch30391)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/create-contact-forms-post-via-rest-api/)
 * Hello,
 * Can Jetpack create a feedback-type post with REST API to use in mobile application?
   
   Wanted to create it with Jetpack’s contact-form so it will also appear in Feedback
   tab section.
 * I also try the ‘wp-json/wp/v2/feedback’ part with JWT token and I can only GET
   the feedback type post but cannot POST the feedback type post.
 * Thank you.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcreate-contact-forms-post-via-rest-api%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [fresatomica](https://wordpress.org/support/users/fresatomica/)
 * (@fresatomica)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/create-contact-forms-post-via-rest-api/#post-13189025)
 * Hi there!
 * I’m afraid this is beyond the scope of support we can provide here. This type
   of customizations would require the help of a developer if you’re unable to work
   it out.
    There is some guidance on this page: [https://developer.jetpack.com/?search_for=wpapi-hook&s=custom+post+type](https://developer.jetpack.com/?search_for=wpapi-hook&s=custom+post+type)
 *  Thread Starter [pitch30391](https://wordpress.org/support/users/pitch30391/)
 * (@pitch30391)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/create-contact-forms-post-via-rest-api/#post-13189076)
 * Thank you for replying
 * while I waiting, I have the solution by modify feedback post type that come with
   Jetpack(sorry) and set it to change type capabilities from
    ‘create_posts’ =>‘
   do_not_allow’, to ‘create_posts’ => true,
 * later I use register_post_type_args instead to change without modify Jetpack 
   directly(prevent the code change for every time Jetpack get version updated)
 * with auth and rest api now it work.
 *  Plugin Support [fresatomica](https://wordpress.org/support/users/fresatomica/)
 * (@fresatomica)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/create-contact-forms-post-via-rest-api/#post-13189191)
 * I’m glad to hear you were able to get this done. Thanks for letting me know!

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

The topic ‘Create contact form’s post via rest api?’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

## Tags

 * [contact-form](https://wordpress.org/support/topic-tag/contact-form/)
 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)

 * 3 replies
 * 2 participants
 * Last reply from: [fresatomica](https://wordpress.org/support/users/fresatomica/)
 * Last activity: [5 years, 10 months ago](https://wordpress.org/support/topic/create-contact-forms-post-via-rest-api/#post-13189191)
 * Status: resolved