I have a question if I were to create a plugin that can look at entires, will formidable forms data exposer and extraction of those entries to those entries to a file within the Wordpress ecosystem? I have a python script that works great and when tested has access to the form and entires in question but when executed never pulls back data. I tried formidable forms API but that is a one way API only allowing entries to be added to the form not extracted.So my question becomes other than the manual process of going Into the entries table and clicking the export button is there a way to schedule complete extractions of entries, and not using that crazy API tool in settings that does not hit the mark?
Formidable DOES NOT prevent the extraction of data. I do it regularly for my clients and it does not require the API. What are you trying to extract?
Formidable's API is 2-way: https://strategy11.github.io/formidable-forms-rest-api-docs/#get-all-entries
It may also help if you understood Formidable's database schema: https://connect.formidableforms.com/question/category/showcase/understanding-the-formidable-forms-metadata-schema/
Please login or Register to submit your answer