Html Wufoo:您提交的内容缺少安全POST密钥

Html Wufoo:您提交的内容缺少安全POST密钥,html,api,wufoo,Html,Api,Wufoo,您的提交有问题 您提交的内容缺少secure POST密钥 当我在Wufoo上被重定向时,我收到了警告或错误 我附上了与错误相关的截图 HTML <form name="Wufoo Button" accept-charset="UTF-8" enctype="multipart/form-data" method="post" action="https://subdomainname.wufoo.com/forms/sponsorchild/"

您的提交有问题

您提交的内容缺少secure POST密钥

当我在Wufoo上被重定向时,我收到了警告或错误

我附上了与错误相关的截图

HTML

    <form name="Wufoo Button" accept-charset="UTF-8"
                enctype="multipart/form-data" method="post"
action="https://subdomainname.wufoo.com/forms/sponsorchild/">
                <!-- Dollars -->
                <input id="Field127" name="Field127" type="hidden" t-att-value="Field127" />
                <!-- Cents  -->
                <input id="Field127-1" name="Field127-1" type="hidden" t-att-value="Field1271" />
                <!-- Child name and file number -->
                <input id="Field125" name="Field125" type="hidden" t-att-value="Field125" />
                <input id="saveForm" name="saveForm" class="submit" type="submit" value="Submit" />
            </form>

我不确定你是否还停留在这个问题上,但我找到了答案

您需要在表单的末尾保留这段HTML(您可以用css将其隐藏)。该值充当键:

<li class="hide">
<label for="comment">Do Not Fill This Out</label>
<textarea name="comment" id="comment" rows="1" cols="1"></textarea>
<input type="hidden" id="idstamp" name="idstamp" value="[WUFOO VALUE IS HERE]" />
</li>
  • 不要填写这个

  • 您能否共享相关代码,以获得一个新的密码?或者-如果涉及到私有API密钥-至少为API提供更多信息。@Denninger你能检查一下吗,我使用了简单的HTML formI建议删除Python标记,除非你想在问题中添加一些内容。很遗憾,恐怕我不能在HTML方面给你太多帮助。