Gravity Forms 是您构建自定义表单和流的最强大解决方案,以便与用户连接并扩展您的影响范围。创建自定义 Web 表单来获取索引,收集付款,自动化工作流程,并在线建立业务。该版本最新内容更新如下:
2.7.14 | 2023-09-19
- 添加了对名称、帖子标题、帖子正文、单行文本、段落文本和正文的验证。 地址字段,以防止在字段填充使用数据库表的无效字符集编码的文本时出现空条目。
- 修复了使用多文件上传字段编辑条目可能会导致文件链接损坏的问题。
- AF:修复了
strpos():不推荐将 null 传递给字符串类型的参数 #1 ($haystack)
注意,在获取设置值时,PHP 8.1 可能会出现这种情况。
- Added validation to name, post title, post body, single line text, paragraph text & address fields to prevent empty entries when fields are filled with text encoded with invalid charset for the database table.
- Fixed an issue where editing an entry with a multifile upload field could result in broken links to files.
- AF: Fixed the
strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated
notice that can occur with PHP 8.1 when getting a setting value.