Elementor Page Builder 的 ACF Front Form
有关更新的信息
更新版本计划在明年冬天进行,但出于某些安全原因,更新版本不会在 CodeCanyon 出售,如需更多信息,请通过电子邮件或 UpWork
描述
Advanced Custom Fields 是一个功能强大的插件,可以为帖子或自定义帖子类型创建字段,但要使用 Advanced Custom Fields 制作表单,您需要挂接 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 使用 高级自定义字段版本 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