Can I use the Gutenberg form blocks with Gravity Forms?

I’ve been playing with the new core blocks for forms in Gutenberg

It gives me an option for form data to be sent to an email address or to an endpoint.

Is it possible for form data to be sent into Gravity Forms so I can store it in WordPress and also send it to a third party, using a Gravity Forms extension.

(Introduce experimental form & inputs blocks to allow building basic forms by aristath · Pull Request #44214 · WordPress/gutenberg · GitHub)

The last time I checked that experimental block, you could configure it to POST the form submission to the REST API endpoint Gravity Forms uses for form submissions ; however, the block couldn’t parse the JSON response, so the raw JSON is displayed instead of the message configured in the success or error notification blocks.

The values were captured as long as you configured the input names in each field block to match the input names used by Gravity Forms.

Gravity Forms will process its notifications and add-on feeds if the submission is valid.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.