Beskrywing
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
- Upload SurveyJS plugin files to the
/wp-content/plugins/surveyjs
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Navigate to the SurveyJS page of wordpress admin menu and click the “Add Survey”.
- Use the SurveyJS->Setting page to choose a theme.
- 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.
- 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.
- Go to the preview and check your survey.
- Check your wordpress database for wp_sjs_my_surveys and wp_sjs_results tables.
Hooks
- surveyjs_save_result :
add_action( ‘surveyjs_save_result’, function ( ) {
// do something with $_POST
} );
Support
- https://wordpress.org/support/plugin/surveyjs
- https://github.com/surveyjs/surveyjs/issues or https://github.com/surveyjs/editor/issues
- https://surveyjs.answerdesk.io
Our web sites
Contact us
info@devsoftbaltic.com
Screenshots
Blokke
This plugin provides 1 block.
- SurveyJS
Aanbevelings
Contributors & Developers
“SurveyJS” is oopbron sagteware. Die volgende mense het bygedra tot die ontwikkeling van hierdie uitbreiding:
ContributorsTranslate “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