Is this type of multi-step form possible in builder?

Hi there, I need to make a multi step form like above in builder. Is it possible in builder to make a form like this from scratch.

You can see the similar form below here just copy and paste it in html.

<div data-tf-widget="hNMNLOpR" data-tf-iframe-props="title=Product Review Form Template" data-tf-medium="snippet" style="width:100%;height:400px;"></div>
<script src="//embed.typeform.com/next/embed.js"></script>

Hi @anupama.sharmaa, yes this is possible to create in Builder, however there isn’t any out-of-the-box option available right now. You would have to add custom code to create this. For example, you could use state bindings to bind the visibility of each form element.