如何在SharePoint(Office 365)中添加表单(如下所示)。我从site.com发布到another_site.com。它是一个品牌网站,我想在母版页中使用该表单。
我目前收到此错误:您的母版页有一个或多个HTML标记。要使您的母版工作,请删除标记(但您可以将内容保留在其中)。
<form action="http://another_site/test" method="post">
<div class="form-group">
<div class="radio">
<input type="radio" name="request" value="demo">Request
</div>
<input name="fullname" type="text" class="form-control" placeholder="Full Name" required="required">
</div>
<button type="submit" class="btn">Submit</button>
</div>
</form>
答案 0 :(得分:0)
如果您要使用内容编辑器webpart来合并表单,那会有用吗?然后,您可以将webpart嵌入到母版页中。