techniconcept/formfinisher-jsonstore 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

techniconcept/formfinisher-jsonstore

Composer 安装命令:

composer require techniconcept/formfinisher-jsonstore

包简介

Neos.Form finisher to store form data in database

README 文档

README

Let you add a form finisher to store the form data as JSON in the database.

Dependencies

This packages depends on

How to use?

  1. composer require techniconcept/formfinisher-jsonstore
  2. Add the finisher to your form

NodeTypes based form

Add the "JsonStore Finisher" and fill the label and type to retrieve your form.

Fusion based form (with neos/form-fusionrenderer)

Add the following Fusion code:

prototype(TC.FormExample:Content.MyForm) < prototype(Neos.Form.Builder:Form) {

    # ...
    
    finishers {
        jsonStoreFinisher = TC.FormFinisher.JsonStore:Finisher.Definition {
            options {
                storeLabel = 'JsonStore label'
                storeType = 'ch.techniconcept.form-finisher.jsonstore'
            }
        }
    }

    # ...

}

Acknowledgments

Development sponsored by techniConcept.

We try our best to craft this package with a lots of love, we are open to sponsoring, support request, ... just contact us.

License

The MIT License (MIT). Please see LICENSE for more information.

统计信息

  • 总下载量: 28
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-12-20

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固