Join the Webstudio community

Updated 2 months ago

GraphQL with WP for form submission from Webstudio?

At a glance

The community members are discussing the possibility of using GraphQL with WordPress to submit a form created in Webstudio. One community member was trying to collect data using a form and store it in WordPress. However, the comments suggest that using a form with a GraphQL resource is currently not possible, but may be possible in the future as the form is being migrated to use Resource and expose its settings. The community members also suggest exploring WordPress REST APIs as a potential solution for submitting the form data.

Have anyone used GraphQL with WP for submitting a form created in Webstudio?
Is there a simple way to do this like the Airtable webhook example?
J
S
O
5 comments
Why do you want to do this?
I was trying to collect data using a form and store it in WP.
Webhook Form requires a webhook (surprise!) to submit to it. Using a for with a graphql resource is currently not possible, but hopefully will be possible in the future as we are migrating the form to use Resource and expose it's settings.
Webhook is a specific form of api, its not graphql, its a simple url that accepts whatever is being posted to it, basically a very simple REST.
I think you should search for wordpress REST apis capable of doing this, should be possible
Add a reply
Sign up and join the conversation on Discord