hello I am still a beginner in odoo and I would like to know how to integrate a form into odoo so that when we enter the data in a form like googleforms or forms.io I can retrieve it in odoo
and also I want to know how to connect an API to odoo
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
hello I am still a beginner in odoo and I would like to know how to integrate a form into odoo so that when we enter the data in a form like googleforms or forms.io I can retrieve it in odoo
and also I want to know how to connect an API to odoo
We have just trialled embedding a form into our Wix website by hosting a Contact Us form on the Odoo website and then using an HTML code snippet to insert this into the website.
Hi,
You can try search in odoo apps
https://apps.odoo.com/apps/modules/browse?search=form.io
Or
Try Custom Webhook Development: Consider building a custom webhook solution. When your form submits data, it triggers a webhook that sends the data to Odoo via an API call.
Here is a rough Idea
Imagine you built a Google Form for collecting sales leads. Upon form submission, trigger a webhook that sends the data (name, email, company) to a dedicated "Lead" model in Odoo. This automatically creates new leads in Odoo, saving you manual data entry.
Regards
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up