Hey All,
I am looking for a tool to easily and quicly create lead capture landers with quiz-style flow.
Questions I would like to be able to use are radio-button, open text and slider for predefined value range.
The result should be collected and send using GET or POST.
thx
There are various online tools to do this (WuFoo, and even Google Forms) but honestly if you're going to run this at all seriously you should probably just code it up or pay someone to code it up with Javascript. I've used most of the popular quiz-building applications and I'm not really a fan of any of them.
I've not used this, but at a quick glance it looks like a fairly complete and featureful solution which should be very fast indeed to design quizzes with once you're used to it: https://surveyjs.io/ . Basically, you just build your quiz in JSON (a very simple format once you're familiar with it) and the library does most of the rest of the work.
thx but I am not looking for real quiz or survey but just the style of it, like many use for loan landers.
I do use coders for that at the moment but I look for an easier and faster solution to save the time I spend explaining what I want 
My strong recommendation would be to get your coders to write you a tool for creating those surveys rather than just having them create each one, in that case!
It's probably not much more work for them and will give you a solid reusable asset rather than something you have to get remade each time.
There's nothing I know of that would do the job out of the box, and it should be a fairly minimal code job.