Randomize Field Option Order

Randomize the order of options in a field (e.g. dropdown)

Overview

In this example, the order of options in the following dropdown field will be random each session.

Rule Logic

This rule should run when the step of the form with the dropdown field is loaded.

The logic gets the existing field options, shuffles them, and updates the field with the newly ordered options. In this example, the dropdown field ID is RandomOptions

Last updated

Was this helpful?