[wordpress插件] Callback Form回调表格

wordpress 插件 文章 2020-03-16 00:10 508 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

The callback form plugin was created for newsletter signups, quick contacts and callbacks.

回调表单插件是为新闻简报注册,快速联系和回调而创建的。

It has two fields and a submit button.

它有两个字段和一个提交按钮。

The labels are displayed as text field values and disappear when the field is selected.

标签显示为文本字段值,并且在选择该字段时消失。

The labels and submit button caption are editable and a target email can be entered on installation.

标签和提交按钮标题是可编辑的,并且在安装时可以输入目标电子邮件。

Features

功能

    • User editable field names and submit caption
    • 用户可编辑的字段名称和提交标题

    • Labels display as field values
    • 标签显示为字段值

    • Compact and easy to use
    • 紧凑且易于使用

    • Options retained on deactivation
    • 停用后保留的选项

    • Options deleted on uninstall
    • 在卸载时删除的选项

    Developers plugin page

    开发人员插件页面

    callback form plugin.

    回调表单插件

    Help advice and testing

    帮助建议和测试

安装步骤

    1. Upload files to the /wp-content/plugins/callback directory.
    2. 将文件上传到 / wp-content / plugins / callback 目录。

    3. Activate the plugin through the ‘Plugins’ menu in WordPress.
    4. 通过WordPress中的“插件”菜单激活插件。

    5. Use ‘Settings’ to set the recipient’s email address and edit the field labels and submit button caption.
    6. 使用“设置”设置收件人的电子邮件地址,并编辑字段标签并提交按钮标题。

    7. Use the shortcode [cbf] in your posts and pages.
    8. 在您的帖子和页面中使用短代码[cbf]。

    9. To use the form in a text widget add the line add_filter('widget_text', 'do_shortcode'); to your functions.php file.

    10. 要在文本小部件中使用表单,请在函数.php文件中添加 add_filter('widget_text','do_shortcode'); 行。

      You can now use the shortcode [cbf].

    11. 您现在可以使用简码[cbf]。

    12. To use the form in your theme files use the code

    13. 要在主题文件中使用表单,请使用代码 <?php echo do_shortcode('[cbf]');

      ?>.

    14. ?>

下载地址
https://downloads.wordpress.org/plugin/callback-form.zip
-EOF-

AI助手支持GPT4.0