isleshocky77 / ninja-forms-session
Wordpress 插件和 Ninja Forms 扩展,允许您将表单数据保存到当前会话,然后在其他地方使用。
3.0.5
2017-08-01 19:51 UTC
Requires
- php: >=5.3.2
- composer/installers: 1.0.*@dev
README
这是 ninja-forms-session。一个 Wordpress 插件和 Ninja Forms 扩展,允许您将表单数据保存到当前会话,然后在其他地方使用。
使用方法
合并标签
- 导航到编辑表单 1
- 转到 邮件 & 操作 并添加 "保存到会话"
- 注意字段在 管理 下的 字段键(例如 first_name)
- 导航到编辑表单 2
- 转到 表单字段 并配置一个字段
- 在 默认值 下使用合并标签 {session:FIELD_KEY}(例如 {session:first_name})
短代码
- 导航到编辑表单 1
- 转到 邮件 & 操作 并添加 "保存到会话"
- 注意字段在 管理 下的 字段键(例如 first_name)
- 导航到编辑页面
- 添加短代码 [nf_session_field_value field_key=FIELD_KEY](例如 [nf_session_field_value field_key=first_name])
高级
- 字段值存储在 session:FIELD_KEY
- 字段的计算值存储在 session:FIELD_KEY:calc
- 选择字段的标签存储在 session:FIELD_KEY:label
会话过期
默认情况下,会话在 30 分钟 后过期,由于 wp_session_expiration
许可
ninja-forms-session is licensed under GPLv3.
ninja-forms-session is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
ninja-forms-session is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with ninja-forms-session. If not, see <https://gnu.ac.cn/licenses/>.