# Shuffle questions (fields) order

**URL:** https://community.gravityforms.com/t/shuffle-questions-fields-order/8956
**Category:** Get Help
**Created:** [May 1, 2021, 8:25pm UTC](https://community.gravityforms.com/t/shuffle-questions-fields-order/8956 "2021-05-01T20:25:13Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![user603ea4d860e16755](https://avatars.discourse-cdn.com/v4/letter/u/d2c977/32.png) [@user603ea4d860e16755](https://community.gravityforms.com/u/user603ea4d860e16755)
#### Post date: [May 1, 2021, 8:25pm UTC](https://community.gravityforms.com/t/shuffle-questions-fields-order/8956/1 "2021-05-01T20:25:13Z")

</div>

Good day,

I am actually wondering if there’s a way to dynamically randomize the form[“fields”] everytime a new person answer the form.

I would like to have the order randomized everytime. I use the pre\_render and the pre\_process event to do some work, but I think i’m actually missing something right now.

Also each question need to be in a single page which I managed to dynamically add, but validation is in my way right now. All question are required and the actual form doesn’t have any paging normally.

Thank you 🙂

---

<div class="post-metadata">

### Author: ![samuel](https://sea2.discourse-cdn.com/flex020/user_avatar/community.gravityforms.com/samuel/32/2539_2.png) [@samuel](https://community.gravityforms.com/u/samuel)
#### Post date: [May 1, 2021, 9:33pm UTC](https://community.gravityforms.com/t/shuffle-questions-fields-order/8956/2 "2021-05-01T21:33:14Z")

</div>

This looks like a suitable use case for our [Random Fields snippet](https://github.com/gravitywiz/snippet-library/blob/master/gravity-forms/gw-random-fields.php). Here is [documentation](https://gravitywiz.com/random-fields-with-gravity-forms/) on how to configure the snippet with a demo on how it works. Do check it out and see if it works for you.

---

<div class="post-metadata">

### Author: ![richardw8k](https://sea2.discourse-cdn.com/flex020/user_avatar/community.gravityforms.com/richardw8k/32/2354_2.png) [@richardw8k](https://community.gravityforms.com/u/richardw8k)
#### Post date: [January 5, 2022, 8:37am UTC](https://community.gravityforms.com/t/shuffle-questions-fields-order/8956/3 "2022-01-05T08:37:22Z")

</div>


