我有一个 MSForms IFRAME,如下所示,我想向其传递变量:
<iframe width="640px" height= "480px" src= "https://forms.office.com/Pages/ResponsePage.aspx?id=WnOMPGahs0mNAXXXXXXLalRLguiTSkoG369UQThGNUlVRjFSWUYyQlpWOTAyVEVUQUNJNyQlQCN0PWcu&embed=true" frameborder= "0" marginwidth= "0" marginheight= "0" style= "border: none; max-width:100%; max-height:100vh" allowfullscreen webkitallowfullscreen mozallowfullscreen msallowfullscreen> </iframe>
我想动态地将变量传递给 IFRAME 以预填充某些 MS Form 字段。
关于如何实现这一点的任何提示。我的研究没有成功,但是我可以找到 MS Forms Pro 的方法,但不能找到 MS Forms 的方法。