Capture Submit Events for Microsoft Form in a Blazor Application #25034
Unanswered
saadsaeed01
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using
Microsoft Forms
for survey purposes in my Blaozr Application which is created using ASP.NET Core 3.1.302. A screenshot regarding how theMicrosoft Form
is looking is attached below:The code which is used to show this
Form
is mentioned below:Basically I have just embedded the
iframe
into razor component which was generated when creating thisMicrosoft Form
.What I want to do now, is that capture the submit event for this from but the event should be captured if the form is successfully submitted. So what is the best way of doing this?
You can see the form below.
https://forms.office.com/Pages/ResponsePage.aspx?id=BiopSuv_ckSNqp3fkzLnW_NGlVhpUkdKjXPYvQce5XRUQzgwTExXOU0wMlFIT0hFWUpIS04zTlhRVi4u
Also I am pasting the iframe here so that it could become easy if anyone wants to contribute and help me sort out this issue.
<iframe width="640px" height= "480px" src= "https://forms.office.com/Pages/ResponsePage.aspx?id=BiopSuv_ckSNqp3fkzLnW_NGlVhpUkdKjXPYvQce5XRUQzgwTExXOU0wMlFIT0hFWUpIS04zTlhRVi4u&embed=true" frameborder= "0" marginwidth= "0" marginheight= "0" style= "border: none; max-width:100%; max-height:100vh" allowfullscreen webkitallowfullscreen mozallowfullscreen msallowfullscreen> </iframe>
Beta Was this translation helpful? Give feedback.
All reactions