How can I POST my data collected on a form to Netlify Serverless functions and then send onto a external API.
I am doing this to get around a number of CORS errors whilst i am trying to POST my data to the External API i have no control over.
I have set up a serverless function which holds data and i can show it on the front end. But I want to do the reverse, POST my data from my site and store it in Neflity and then POST this data to my external endpoint.