surveyjs-wordpress icon indicating copy to clipboard operation
surveyjs-wordpress copied to clipboard

Example of integration SurveyJS: Survey Library and Survey Creator into WordPress

Results 11 surveyjs-wordpress issues
Sort by recently updated
recently updated
newest added

It would be very handy to be able to copy a survey from the mysurveys view. So one could create a survey as a template and then copy it when...

enhancement

The back button on pages, Edit, Results, and Clone returns the user to a URL that is hardcoded as `&lt&nbspBack ` _Removing styling from button for readability._ I believe this...

enhancement

Hi, thank you for this addon, it’s good idea. I have found an bug with woocommerce when surveyjs is actived the zone (product type) is hidden when surveyjs is actived....

bug

I was wondering why there were so many js files being parsed on my WP site and figured, that if the surveyjs plugin gets activated, all the included js files...

question

If I have this in my survey JSON: { "type": "html", "name": "question1", "html": "Welcome!" } the resulting html in the survey is: Welcome! i.e. no html tags. I am...

question

I have been testing surveyjs-wordpress for quite some time now. Overall I really like it. But I am still missing some options. I think it would be great if one...

enhancement

Hi,¨ in app.component.ts, in this method result.data has key value format, surveyModel.onComplete .add(result => this.submitSurvey.emit(result.data) ) like {"question1":100,"myquestion2":"Yes"}, how can i have it like this json format: {{ name:question1. value:...

question

How to have the survey results sent to a database rather than sending them to the survey js plugin (sensitive data) Thank you.

question

Hello everyone, I have a weird problem. I have used surveyjs plugin with a wordpress site (version : 5.1.1) and I have created a quesionnaire but I would like to...

question

Thanks for the plugin. Very helpful. I needed to set some CSS to override the WP theme and to better format the matrix tables I am using. I did that...

enhancement