surveyjs / surveyjs-wordpress

Example of integration SurveyJS: Survey Library and Survey Creator into WordPress
https://wordpress.org/plugins/surveyjs/
38 stars 18 forks source link

very long surveys issue #9

Closed javaseth closed 5 years ago

javaseth commented 5 years ago

We built an ISO9001 assessment survey and it was like 170 kb. The MySQL table (sjs_my_surveys) field (json) for the survey json file is of type TEXT, which is maximum 64K. The result was that the survey was impossible to save on WP. Maybe the field should be of type MEDIUMTEXT, this was our workaround (ALTER sjs_my_surveys TABLE)

tsv2013 commented 5 years ago

I'll implement this next week. Please ping me in a week if I forget.

dmitry-kurmanov commented 5 years ago

@javaseth thank you for the interest. We've implemented this enhancement.