Yes, you can. See this: https://formidableforms.com/knowledgebase/formidable-api/
That's actually the reverse of what I need - in this instance. I want to hit a REST API, get some info and populate a FormForm with some of that data. Later, if the user makes changes, ill use the formidable API to post the data back.
You need custom code to do that. You can use the WordPress HTTP API to make remote API calls using PHP curl. The request API is a curl wrapper. https://developer.wordpress.org/apis/making-http-requests/
Thanks, that looks like a workable option.
Please login or Register to submit your answer