Plugin Contributor
Kim L
(@kimmyx)
Hi @mstudioil,
Components from third-party plugins like Elementor have their own way of storing their plugin components in the database. You can reach out to Elementor first and ask them how their form is stored (might be just one table or involves more than one).
Once that is identified, you can then check out our documentation here about exporting data.
Hope this helps! Let us know if you have more questions.
Thanks for the answer, if I export data can I join the data from several tables?
Plugin Contributor
Kim L
(@kimmyx)
Hi @mstudioil,
Thanks for the response. Do you mean if you can export the result of a joined table?
Would it be alright to give us more information about what you need to achieve?
Yes, I want to export the result of a joined tables, since Elementor store the data on different tables, I would like to export the form name and the form data
Plugin Contributor
Kim L
(@kimmyx)
Hi @mstudioil,
Thanks for the response.
You can create a view with this join using the Query Builder and then export that view from the Data Explorer.
Hope this helps! Let us know if you have more questions.