Complex form journeys?
Unanswered
Japanese jack mackerel posted this in #help-forum
Japanese jack mackerelOP
Hi,
I want to build a Next.js app that contains some user journeys that gather information about the customer. The current app is very boilerplatey, i.e. every time we want to add/remove a question, we have to add/remove a lot of code.
I imagine an app that pulls the question data at build time from elsewhere, so that questions can be changed by a non-technical person, which would automatically re-trigger the app rebuild. I'm not sure if there are decent ways to do this.. where would you store the questions? A CMS? Use some SAAS? I mean in general, how would you build it using modern web technologies? Thanks.
I want to build a Next.js app that contains some user journeys that gather information about the customer. The current app is very boilerplatey, i.e. every time we want to add/remove a question, we have to add/remove a lot of code.
I imagine an app that pulls the question data at build time from elsewhere, so that questions can be changed by a non-technical person, which would automatically re-trigger the app rebuild. I'm not sure if there are decent ways to do this.. where would you store the questions? A CMS? Use some SAAS? I mean in general, how would you build it using modern web technologies? Thanks.