Forum Discussion
mimranyaseen
Nov 24, 2022Copper Contributor
How can i add custom script when a form is successfully submitted?
I am embedding a Microsoft Form on my website. I want to capture the event when the form submits successfully. Below is the embedded code and I want to run my custom JavaScript code on form submit. ...
RobElliott
Nov 24, 2022Silver Contributor
mimranyaseen the normal way to do things is to use a flow in Power Automate. What is the script meant to do?
mimranyaseen
Nov 24, 2022Copper Contributor
RobElliottthanks for your reply. Actually, i want to call a method on my web page when the submit button submits successfully. I will use window.parent.postMessage to send message to webpage that hosting iframe.