Contact form 7 over the JSON REST API (WP API)?

admin

Administrator
Staff member
is this possible?

To get the
Code:
JSON
(<a href="https://wordpress.org/plugins/json-rest-api/" rel="nofollow">plugin url</a>) of the
Code:
form
(
Code:
fields
,
Code:
input
types, etc.) how would I have to hook this up in a
Code:
plugin
?

Then to use the send mechanism of the
Code:
plugin
how would I transfer my rest
Code:
POST
to the
Code:
plugins
send function?

Any ideas would be appreciated