Gravity Forms 是您构建自定义表单和流的最强大解决方案,以便与用户连接并扩展您的影响范围。创建自定义 Web 表单来获取索引,收集付款,自动化工作流程,并在线建立业务。该版本最新内容更新如下:
点击下载汉化 Gravity Forms 插件
2.8.6 | 2024-03-21
- 添加了 gform_custom_merge_tags JavaScript 过滤器,以允许包含自定义合并标签。
- 添加了
gform_merge_tags_supported_input_types
JavaScript 过滤器,以允许包含合并标记的特定输入类型。 - 向 GFFormDisplay::post_render_script() 添加了
gform_pre_post_render
过滤器以中止渲染过程。 - 修复了导致错误图标无法显示在 Gravity Forms 2.5 主题的验证摘要中的错误。
- 修复了 Gravity Forms 2.5 主题中字段验证消息的填充。
- 修复了导致通知 CC 和 BCC 字段无法正确处理逗号分隔合并标记的错误。
- API:更新了 GFFormsModel::create_lead() 草稿条目中的文件上传字段值,以包含 JSON 编码的文件详细信息数组,而不是不正确的文件 URL。
- API:更新了设置 API 中禁用输入的边框颜色。
- Added gform_custom_merge_tags JavaScript filter to allow the inclusion of custom merge tags.
- Added
gform_merge_tags_supported_input_types
JavaScript filter to allow the inclusion of specific input types for merge tags. - Added the
gform_pre_post_render
filter to GFFormDisplay::post_render_script() to abort the rendering process. - Fixed a bug that prevents the error icon from displaying in the validation summary in the Gravity Forms 2.5 Theme.
- Fixed the padding of field validation messages in the Gravity Forms 2.5 Theme.
- Fixed a bug that prevented notification CC and BCC fields from correctly handling comma-separated merge tags.
- API: Updated the file upload field value in the draft entry from GFFormsModel::create_lead() to contain a JSON encoded array of file details instead of the incorrect file URL.
- API: Updated the border color of disabled inputs in the Settings API.