Ludwig
Ludwig

Reputation: 3749

SurveyJS extension for TYPO3 CMS. Where to start? Or is the native form framework sufficient?

I would like to seamlessly integrate SurveyJS in TYPO3 CMS, but could not find an existing extension. Did anyone already start a project like that? I only found a post from 2018 in answerdesk.io.

Or would it be easier to extend the native form extension in TYPO3 v10? (Meanwhile I can answer that myself with NO. The form editor has still no gui to define conditions.)

Requirements for our use case:

So my questions are:

Upvotes: 0

Views: 160

Answers (1)

Georg Ringer
Georg Ringer

Reputation: 7939

It really depends what you need to achieve. If you want to use surveyJS, you need to load that with their API like https://surveyjs.io/Help/Api/GET-api-Survey-getSurvey_surveyId?apiType=public&renderType=desktop.

If you want to use the form extension, I don't see a way to combine this with this external service but you can use conditions as well. This works since version 10, check out https://docs.typo3.org/c/typo3/cms-form/master/en-us/I/Concepts/Variants/Index.html


I don't know any extensions which integrates SurveyJS, so I suggest you start it and maybe people join. I propose registering the extension key and do the development in public so people can find it.

Upvotes: 0

Related Questions