Display/Fill One Field At Time In A Form - Then Slide to fill the next field

Hi Guys.

Hope you are all well.

I need help with this.

Like in most survey forms, a users fills one field and then is able to slid left or right to fill the other fields, before submitting the form. How can this be done is Scriptcase?

Regards,

take a look at this. This may be useful. Bootstrap tour

https://www.youtube.com/watch?v=Oy6L1aWFxeU&t=2s

Another way (which i did not try yet) is to use blocks. Instead of sliding left you show the next block with new fields to fill in.

Show the first block and hide the rest of the blocks. When finishing the last field (lost focus) of the first block use ajax event to show the second block, and so on. Should be possible to make this work.

Hope that helped.