gpt4 book ai didi

html - 将 novalidate 属性包含到 Symfony2 twig 模板中

转载 作者:技术小花猫 更新时间:2023-10-29 12:18:14 24 4
gpt4 key购买 nike

我正在尝试禁用我的表单的 HTML5 验证,我已经看到我可以将 novalidate 包含到表单标签中,但是我正在使用

{{ form_start(contact) }}
{{ form_end(contact) }}

创建我的表单。

现在根据我一直在阅读的内容,我应该能够在 form_start 中包含一个属性,这样代码就会给我这个

{{ form_start(contact, {'attr' : {'novalidate'}})

然而,这不起作用...有人有任何想法吗?

最佳答案

您需要一个键/值对:

{{ form_start(contact, {attr: {novalidate: 'novalidate'}}) }}

关于html - 将 novalidate 属性包含到 Symfony2 twig 模板中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18703034/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com