tsv2013
tsv2013
Here is the sample - https://surveyjs.io/Examples/Library/?id=survey-displaymode&platform=Angular2&theme=default
Thank you for the feedback! I've added this task to our backlog.
More likely in a month or so. We'll collect a set of enchancements and then implement them.
Hi @DenFin ! Unfortunately no, at this moment we have other task related to SurveyJS Library and SurveyJS Creator products.
@DenFin Yous code looks ok for me
Can you give us a link to a page to find out what happens? We didn't ever used woocommerce. It would be of great help to us to debug ready...
We've installed woocommerce but can't get where we should add a survey to reproduce the issue. We didn't ever used woocommerce. Could you give us the exact steps how to...
The survey JSON is sanitized on save into WP database (https://github.com/surveyjs/surveyjs-wordpress/blob/master/ajax_handlers/save_survey.php#L14) in order to cut off potentially malicious content This was the requirement from WP guys before they approved this...
@flowt-au Thank you for sharing your thoughts and feedback. It is very helpful. SurveyJS library does have markdown hook. We'll consider to use it in the plugin.
@slatecake This behavior is so due to sanitization of the all texts passed to wordpress server. This was requirement during SurveyJS wordpress plugin approvement. You can change this behavior on...