2017 © Pedro Peláez
 

silverstripe-module silverstripe-surveys

Creates forms/surveys that are rendered with AngularJS in the front-end

image

cbarberis/silverstripe-surveys

Creates forms/surveys that are rendered with AngularJS in the front-end

  • Tuesday, October 6, 2015
  • by cbarberis
  • Repository
  • 1 Watchers
  • 2 Stars
  • 272 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 3 Open issues
  • 1 Versions
  • 1 % Grown

The README.md

SilverStripe Surveys

Create surveys/forms that are rendered with AngularJS in the front-end. A json files is generated with the forms content in a ways that the AngularJS controller can understand., (*1)

Requirements

  • SilverStripe 3.1.x

Installation

  • clone or download the module from here https://github.com/cbarberis/silverstripe-surveys
  • Extract the downloaded archive into your site root so that the destination folder is called surveys, opening the extracted folder should contain _config.php in the root along with other files/folders
  • Run dev/build?flush=all to regenerate the manifest

If you prefer you may also install using composer:, (*2)

composer require cbarberis/silverstripe-surveys

Usage

You can create surveys that have multiple sections. Each section can have multiple questions. A json file is generated with the form/survey content. AngularJS uses this file to render the survey in the front-end. There are multiple types of fields (text, dropdown, etc). Each field type has an Angularjs template and directive., (*3)

The Versions

06/10 2015

dev-master

9999999-dev

Creates forms/surveys that are rendered with AngularJS in the front-end

  Sources   Download

BSD-3-Clause

The Requires

 

forms angular surveys