SurveyJS

Descripcion

Easy to use, drag & drop Survey Creator with myriad options. It is based on popular in JavaScript developer community SurveyJS Library and Survey Creator.

Main features:
* It has 15 elements (questions and panels) from simple inputs like text and dropdown to Panel containers and dynamic matrix (table), that allows to build you complex forms.
* Multi pages support
* It is localized on many languages and supporting multi language surveys/forms (one survey for several languages).
* Control survey flow by setting visibility expression for pages, panels, questions and even individual items in checkboxes, radio groups and dropdowns.
* Fill data for checkboxes, radio groups and dropdowns from web services.
* Validate user inputs with several built-in validators.
* Show results in a read only survey.
* Several good-looking themes and much more

The plugin supports the Gutenberg editor and old the editor as well.

To find out more and review SurveyJS Examples please go to https://surveyjs.io/Examples/Library/.

Installation and usage

  1. Upload SurveyJS plugin files to the /wp-content/plugins/surveyjs directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Navigate to the SurveyJS page of wordpress admin menu and click the “Add Survey”.
  4. Use the SurveyJS->Setting page to choose a theme.
  5. Go to the Posts page and click the “Add Survey” button. Then choose a survey and click the “Insert” button to add a SurveyJS shortcut.
  6. For the Gutenberg Editor, please add « SurveyJS » block in the « Common Blocks » section. Then choose a survey in the block’s settings to add a SurveyJS shortcut.
  7. Go to the preview and check your survey.
  8. Check your wordpress database for wp_sjs_my_surveys and wp_sjs_results tables.

Hooks

  1. surveyjs_save_result :
    add_action( ‘surveyjs_save_result’, function ( ) {
    // do something with $_POST
    } );

Support

Our web sites

Contact us

info@devsoftbaltic.com

Screenshots

  • My surveys page
  • Survey Creator
  • Results page
  • Settings
  • Choose Gutenberg block
  • Choose the survey
  • Gutenberg block with the shortcode

Blocks

This plugin provides 1 block.

  • SurveyJS

Reviews

7 junh 2020
This plugin provides pretty much exactly what I was looking for! Contains a very easy way of creating a survey with multiple pages, quiz options and more AND also directly creates a database from that survey stored on your webserver. I didn't check the database in detail yet, but honestly just wanted to thank the dev team for developing this plugin.
1 febrièr 2020
It's a really nice plugin. Practical and fast to use. I understood quite easily how to work with. Maybe some video learning online are missing to see better how to use it at its most. It's from far the most complete free tool I've tested. Keep up the good work and thank you to make it available on wordpress!
Read all 2 reviews

Contributors & Developers

“SurveyJS” is open source software. The following people have contributed to this plugin.

Contributors

Translate “SurveyJS” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.5

  • first public release

1.0.26

  • synchronized version with SurveyJS project
  • fixed the bug https://surveyjs.answerdesk.io/internal/ticket/details/T332