Shuffle questions (fields) order

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 :slight_smile:

This looks like a suitable use case for our Random Fields snippet. Here is documentation on how to configure the snippet with a demo on how it works. Do check it out and see if it works for you.

1 Like