我想使用IFrame在任务模块上显示MS表单。
如果没有任何身份验证,则MS表单显示正确。
如果我的表单已通过身份验证,则“任务”模块将不显示我的MS表单。
我的iframe看起来像这样:-
<iframe height="750px" width="700px" src= "https://forms.office.com/Pages/ResponsePage.aspx?id={ID}&embed=true" frameborder= "0" marginwidth= "0" marginheight= "0" style= "border: none; max-width:100%; max-height:100vh" allowfullscreen webkitallowfullscreen mozallowfullscreen msallowfullscreen> </iframe>
请帮助, 谢谢