Webflow form submissions
I have a DB table that holds the form names and the API endpoints appropriate to each form submission. Once I know which form has been submitted I know which API endpoint that would complete the tasks needed. But can't see a way to redirect the JSON data to that endpoint.
The rather clunky way I'm looking at this is with a custom API starting from scratch and with If statements asking 'is it this form'...'is it this form'....'is it this form'... testing which forma has been submitted. And then effectively recreating each CRUD API from scratch. Â
Seems like there should be a more efficient way to do this that many people using Webflow and Xano would appreciate learning about.
Working with APIs
2 replies