survey-creator-ms

Use SurveyJS Creator to create or edit JSON for SurveyJS Library.

Usage no npm install needed!

<script type="module">
  import surveyCreatorMs from 'https://cdn.skypack.dev/survey-creator-ms';
</script>

README

Base Version

survey-creator 1.7.20

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.