承接 dnadesign/silverstripe-typeform 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

dnadesign/silverstripe-typeform

Composer 安装命令:

composer require dnadesign/silverstripe-typeform

包简介

Module to provide integration with Typeform. Downloads submissions and allows them to be managed within SilverStripe.

README 文档

README

Maintainer Contact

Requirements

  • SilverStripe 3.1

Documentation

This module provides integration with Typeform.com and SilverStripe in a way that SilverStripe Page objects can have a linked Typeform Form and submissions made through Typeform are brought into SilverStripe to be managed through a ModelAdmin interface.

Installation

composer require "dnadesign/silverstripe-typeform"

Usage

Add the TypeformExtension extension to your formable page type. For example, in mysite/_config/extensions.yml

Page:
  extensions:
    - TypeformExtension

Rebuild the database and complete the new Typeform tab in the CMS.

To sync submissions call dev/tasks/SyncTypeformSubmissions. You can also sync individual forms (say on submission callback) by creating an action and manually invoking the SyncTypeformSubmissions_Single class

$sync = new SyncTypeformSubmissions_Single($this->TypeformKey);
$results = $sync->syncComments($this);

Features

* Imports questions, forms and submissions into SilverStripe Data Models
* Attach Typeform pages to any SilverStripe Object
* CMS Admin interface for viewing and managing Typeform data

统计信息

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

GitHub 信息

  • Stars: 2
  • Watchers: 17
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2015-06-18