Skip to content

Scalable open-source survey software to generate dynamic JSON-driven forms within your JavaScript application. The form builder features a drag-and-drop UI, CSS Theme Editor, and GUI for conditional logic and form branching.

License

Notifications You must be signed in to change notification settings

surveyjs/survey-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fed3256 · Sep 7, 2020
Dec 8, 2017
Apr 1, 2019
Jul 6, 2020
Jun 5, 2020
Sep 6, 2020
Jul 27, 2020
Aug 17, 2020
Jun 25, 2020
Dec 22, 2015
Jun 16, 2020
Jul 1, 2020
Aug 7, 2019
Sep 2, 2020
Sep 6, 2019
Jul 3, 2020
Jul 2, 2019
Sep 7, 2020
Apr 9, 2019
Jun 16, 2020
Sep 7, 2020
Apr 3, 2020
Apr 10, 2018
Feb 1, 2017
Jun 16, 2020

Repository files navigation

survey.creator is the visual survey creator / form builder for SurveyJS. It uses JSON to store the survey metadata.

Build Status NPM Version

See Survey Creator / Form Builder in action

Create your Survey or Form now

Download

Dowload the latest version as zip file Download

Install the library using npm.

npm install survey-creator

Or use Azure CDN:

Include into your project

Explore examples

To learn how to include the visual survey creator / form builder on your page and explore examples of using, please go to surveyjs.io/Examples/Survey-Creator web site

Read documentation

To find out more about the library concepts and the you may customize it, please read our documentation

Use quickstart repos

Angular CLI, React, Vue

See survey creator in action

See the survey creator in action.

Building Survey Creator from sources

To build library yourself:

  1. Clone the repo from GitHub

    git clone https://github.com/surveyjs/survey-creator.git
    cd survey-creator
    
  2. Acquire build dependencies. Make sure you have Node.js installed on your workstation. You need a version of Node.js greater than 6.0.0 and npm greater than 2.7.0

    npm install
    
  3. Build the library

    npm run build_prod
    

    After that you should have the library at 'build' directory.

  4. Run unit tests

    npm test
    

    This command will run unit tests usign Karma

Dependencies

The library depends on: surveyjs and knockoutjs Optionally you may use bootstrap, ace editor and select2

License

The Survey Creator (Form Builder) is NOT FREE for commercial using. Please find more about licensing the product here.