toriphes / wp-graphql-ninja-forms

Adds Ninja Forms Functionality to WPGraphQL schema
GNU General Public License v3.0
10 stars 2 forks source link

Are you working to make the plugin production ready? #10

Open piotrszczesniak opened 1 year ago

piotrszczesniak commented 1 year ago

Hello guys 🙂

Are you planning to make this plugin production ready anytime soon?

toriphes commented 1 year ago

Hello @piotrszczesniak I use this plugin in some site in production to manage very simple forms but I don't consider it production ready.

Ninja forms uses an ajax based approach to handle form submission which makes it very difficult to integrate a solution like I tried to implement with this wp-graphql-ninja-forms.

Any help in developing a more robust solution would be greatly appreciated.

Thanks for your interest.

piotrszczesniak commented 1 year ago

Hi @toriphes! Thanks for the information.

I might try to use the plugin for production site (just a landing page with a contact form) in case I will not be able to configure Contact Form 7 which I find super useful however in headless approach it is not so easy to work with.

piotrszczesniak commented 1 year ago

I figured out how to use Contact Form 7 via REST API - it works pretty nicely ;)