Elementor 页面构建器的 ACF 前表单
有关更新的信息
更新版本计划在明年冬天,但出于某些安全原因,更新版本不会在 CodeCanyon 中销售,如需更多信息,请通过电子邮件或 向上工作
描述
高级自定义字段是一个功能强大的插件,用于为帖子或自定义帖子类型创建字段,但是要使用高级自定义字段制作表单,您需要挂钩 WordPress 并进行额外的 php 编码。
使用 ACF Front Form,您可以使用 WPBakery Page Builder(以前称为 Visual Composer)或短代码制作带有高级自定义字段的前端表单,而无需使用额外的编码或挂钩 acf_form() 函数,只需添加一个包含所有需要的参数的短代码,您的表单就可以使用了。
主要特点
- 无需编码即可制作前端表单
- 满
acf_form()功能支持 - 添加所需的高级自定义字段标题和脚本 (
acf_form_head()和acf_enqueue_uploader()) - 用
[acf_front_form]调用acf_form()所有设置的功能 - 与 WPBakery(以前称为 Visual Composer)
- 是否创建所有
table, thead, tfoot, tr, td带有给定文本的标签 - 翻译就绪
要求
ACF Front Form 使用 高级 Custum 字段版本 5.6.7
您可以在 GitHub
文档
- 快速入门指南
- 阅读完整的最新文档,请访问 阅读文档
- 常见问题
语言
- 英语
- 法语
更改日志
版本 1.1
15-02-2018
- Added post type listbox (new_post)
- Added post status listbox (new_post)
- Added post title textbox (new_post)
- Added Checkboxes to select ACF Fields and Field Groups
- Allow to use ACF version greater than 5.6.7
- Some typo fix
- license files moved into a folder
版本 1.0
31-01-2018
- Adds required Advanced Custom Fields headers and scripts ( acf_form_head(), acf_enqueue_uploader(), inline JS )
- Use [acf_front_form] to call acf_form() function with all settings
- Full Integration with Visual Composer
- Whether or not to create all table, thead, tfoot, tr, td tags with given texts
原文链接:https://www.hrdweb.com/51220.html,转载请注明出处~~~


评论0