I have created a form using Webflow and used Getform.io for the endpoint URL for the backend platform.
Everything is working perfectly fine with all the data capturing and file uploads.
However, I am trying to make the form to send an email to user's inbox with the data capture from the form together with the file uploaded.
How can this be done using PHP or any relevant method??
So now it is as below:
Form A (created in Webflow, Getform.io endpoint URL using POST method, have file upload capability)
I need Form A to be able to send an email to user's inbox too with data and file uploaded.
Any ideas?