All Projects → surveyjs → Survey Creator

surveyjs / Survey Creator

Licence: other
Online Survey Creator / Form Builder. See it in action:

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Survey Creator

Surveyjs react quickstart
React QuickStart Boilerplate - SurveyJS: Survey Library and Survey Creator
Stars: ✭ 88 (-82.29%)
Mutual labels:  survey, form-builder
Surveyjs Nodejs
Sample NodeJS backend for SurveyJS: Survey Library and Survey Creator
Stars: ✭ 65 (-86.92%)
Mutual labels:  survey, form-builder
Formium
The headless form builder for the modern web.
Stars: ✭ 78 (-84.31%)
Mutual labels:  survey, form-builder
Forms
📝 Simple form & survey app for Nextcloud
Stars: ✭ 127 (-74.45%)
Mutual labels:  survey, form-builder
Angular Surveys
Angular survey / form builder inspired by Google Forms
Stars: ✭ 219 (-55.94%)
Mutual labels:  survey, form-builder
surveyjs angular cli
SurveyJS + Angular CLI Quickstart Template
Stars: ✭ 39 (-92.15%)
Mutual labels:  survey, form-builder
surveyjs vue quickstart
SurveyJS + Vue Quickstart Template
Stars: ✭ 96 (-80.68%)
Mutual labels:  survey, form-builder
react-quizzes
A React.js solution that offers a UI for creating surveys, forms and quizzes.
Stars: ✭ 25 (-94.97%)
Mutual labels:  survey, form-builder
Tellform
✏️ Free Opensource Alternative to TypeForm or Google Forms ⛺
Stars: ✭ 2,941 (+491.75%)
Mutual labels:  form-builder
Rspapers
A Curated List of Must-read Papers on Recommender System.
Stars: ✭ 4,140 (+733%)
Mutual labels:  survey
Formvuelate
Dynamic schema-based form rendering for VueJS
Stars: ✭ 262 (-47.28%)
Mutual labels:  form-builder
Surveykit
Android library to create beautiful surveys (aligned with ResearchKit on iOS)
Stars: ✭ 288 (-42.05%)
Mutual labels:  survey
Django Fobi
Form generator/builder application for Django done right: customisable, modular, user- and developer- friendly.
Stars: ✭ 360 (-27.57%)
Mutual labels:  form-builder
Formfactory
MVC5, Core or standalone - Generate rich HTML5 forms from your ViewModels, or build them programatically
Stars: ✭ 269 (-45.88%)
Mutual labels:  form-builder
React Hook Form
📋 React Hooks for form state management and validation (Web + React Native)
Stars: ✭ 24,831 (+4896.18%)
Mutual labels:  form-builder
Form Create
🔥🔥🔥 强大的动态表单生成器|form-create is a form generation component that can generate dynamic rendering, data collection, verification and submission functions through JSON.
Stars: ✭ 3,698 (+644.06%)
Mutual labels:  form-builder
Survey Library
JavaScript Survey and Form Library
Stars: ✭ 3,060 (+515.69%)
Mutual labels:  survey
Forms Angular
Probably the most opinionated framework in the world
Stars: ✭ 412 (-17.1%)
Mutual labels:  form-builder
Plumdo Work
工作流,表单,报表结合的多模块系统
Stars: ✭ 372 (-25.15%)
Mutual labels:  form-builder
Vue Flow Form
Create conversational conditional-logic forms with Vue.js.
Stars: ✭ 315 (-36.62%)
Mutual labels:  survey

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

Build Status NPM Version Issues Closed issues

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/packages/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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].