[wordpress插件] Progress Bar for Contact Form 7联系表7的进度栏

wordpress 插件 文章 2020-03-20 22:10 556 0 全屏看文

AI助手支持GPT4.0

评分
100
描述

A clean look progress bar for Contact Form 7 forms.

联系表7表单的外观进度条简洁。

Supports text, select, radio, acceptance fields.

支持文本,选择,单选,接受字段。

Checkboxes are not trackable, maybe available in future releases.

复选框不可追踪,可能在将来的版本中可用。

How to use?

如何使用?

Use shortcode

使用简码

[cf7-progress-bar bar_fields="" form_name=""]

  [cf7-progress-bar bar_fields =“” form_name =“”]

anywhere on page where form exists.

页面上存在表单的任何地方。

Shortcode attributes (bar_fields and form_name) are necessary for progress bar.

进度条必须使用简码属性(bar_fields和form_name)。

Bar Fields:-

栏位:-

Progress in the form is tracked by the events occuring in these fields.

这些字段中发生的事件将跟踪表单的进度。

It’s parameters include only the name of the fields separated by pipe sign (|).

它的参数仅包含由管道符号(|)分隔的字段名称。

Example,

例子,

bar_fields="your-name|your-email|your-subject|your-message".

  bar_fields =“您的名称|您的电子邮件|您的主题|您的消息”。

Form Name:-

表格名称:-

Say the name of the form in it.

在其中说出表单的名称。

Example, form_name=”form546″.

例如,form_name =“ form546”。

How to find name of the form?

如何查找表格名称?

Add html_name to contact form 7 shortcode.

添加html_name以联系表单7简码。

Example,

例子,

[contact-form-7 id="47" title="Contact form 1" html_name="form545"]

  [contact-form-7 id =“ 47” title =“联系表单1” html_name =“ form545”]

Supply this name to form_name in [cf7-progress-bar] so progress bar knows which form to track.

在[cf7-progress-bar]中将此名称提供给form_name,以便进度条知道要跟踪的表单。

Other attributes:-

其他属性:-

color=”#000000″.This is the color of the progress bar.

color =“#000000”。这是进度条的颜色。

This is also kinda important.

这也很重要。

安装步骤

Upload the CF7 Progress Bar to your blog, Activate it.

将CF7进度栏上传到您的博客,激活它。

And You’re done!

并且您完成了!

下载地址
https://downloads.wordpress.org/plugin/cf7-progress-bar.zip
-EOF-

AI助手支持GPT4.0