You need to provide more details, but on the surface this shouldn't be too difficult using the REST API, although I don't understand why you would want to convert Formidable's data to JSON only to add it back to the database. Your explanation doesn't make sense without a a deeper process flow.
<p>Thank you. I wouldn't be adding it back to the database. Sorry. I'll try to elaborate further. I have an existing front end that is currently using data from a csv file that is then parsed into json by the javascript in the front end (someone else built it and I don't want to have to rebuild the whole thing). However, I want my users to submit their data using formidable. Then, I want to feed that existing front end via that formidable data, preferably with json to make it easier but I'm open to options on how to consume and parse the data. Does that help? make sense? </p><p>In the REST API setup documentation it asks for a Notification URL which makes me think it only wants to send data to an outside URL. So, maybe I'm looking at the wrong tutorial?<a href="https://formidableforms.com/knowledgebase/formidable-api/" rel="nofollow">https://formidableforms.com/knowledgebase/formidable-api/</a>;</p>
Am I understanding you correctly that you are using a CSV file as a data source? The CSV is parsed by JavaScript into JSON and the JSON is further parsed into HTML for front end display?
That's a highly unusual way to display data in WordPress. I don't have an answer for you. That's such a convoluted way to have Formidable display data when views are so straightforward. You could export Formidable's data as a CSV and add it to your process flow, but other than that, you would have to engage a developer for a paid project to truly understand what the "someone else built it" did to create your workflow.
<p>The data originally came from jotform as a csv and was placed on the server for the front end to consume. The front end is pretty complicated and has a lot more functionality than I think a formidable view would be able to offer including maps, filters etc.</p>
You might be surprised at what can be done on the front end with Formidable. Formidable can do all of the above but with a modern architecture. The jot forms approach is primitive.
Sorry I can't help you with this. Hope you find someone who can.
No problem. Thanks for trying. I'll look more into it.
Please login or Register to submit your answer