I’m serving the statics files from my Webflow page in my Next app.
I’m using the Webflow API to render my collections and everything looks great.
But now, I have a problem trying to link a subscription form from my statics files to the API.
Is there a way where I can connect the static form with the Webflow API?
I was trying to use webhooks, but the trigger happens when I used the form in the Webflow site, and I want to use it and send the submission to my Webflow CMS.
Note: I don’t use any external library to handle the submissions.