# Create forms like typeform?

**URL:** https://community.glideapps.com/t/create-forms-like-typeform/69091
**Category:** Ask for Help
**Created:** [December 29, 2023, 11:37am UTC](https://community.glideapps.com/t/create-forms-like-typeform/69091 "2023-12-29T11:37:28Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Adam\_Chambers](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/adam_chambers/32/67402_2.png) [@Adam\_Chambers](https://community.glideapps.com/u/Adam_Chambers)
#### Post date: [December 29, 2023, 11:37am UTC](https://community.glideapps.com/t/create-forms-like-typeform/69091/1 "2023-12-29T11:37:28Z")

</div>

Hi everyone,

I’m trying to create a form similar to the UI on Typeform.

They enable display of just 1 or 2 questions on the screen at the time if you wish.

I’ve got 20 questions, and don’t want a big long form screen.

When I create separate form screens, it adds the answers to different rows.

Does anyone know how to separate my 20 question fields onto, say, 4 screens of 5 questions each, whilst having the answers sent to the same row?

Thanks

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [December 29, 2023, 11:43am UTC](https://community.glideapps.com/t/create-forms-like-typeform/69091/2 "2023-12-29T11:43:01Z")

</div>

Glide provides a standard template for a multi-step form. Take a look at that.

![CleanShot 2023-12-29 at 19.41.08@2x](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/e/3/e352ee419522ca03da610dbf41bd3d3ae578ed65.png)

Note: I would recommend studying it to learn and understand how it works before trying to implement or customise it.

* * *
I should note that the multi-step form is essentially a Custom Form. If you prefer something a little more standard, then what you could do is group your questions into containers in a single form screen, and then use visibility conditions to hide/show containers.
