I was able to embed a customer order form as an excel file using iframe onto my website. Everything looked like it was going to work perfect, but then I realized that excel web/online from OneDrive doesn’t have a way to run any scrips or use VBA to create a button that the user could click to send the form after it has been completed.
Google sheets on the other hand offers the ability to create a submit/email button, but nothing else about google sheets would work well for me in this case.
Does anyone know if I can somehow embed the iframe inside of an email contact form that the user can then simply hit submit and it’ll email me a copy of the file? I am assuming the answer will be no, but I figured I might as well ask.
Alternatively, is there a way to create a submit button on a webpage that has an iframe embedded in it and somehow email me a copy of the page with the file that way?