Randomize Field Option Order
Randomize the order of options in a field (e.g. dropdown)
Last updated
Was this helpful?
Randomize the order of options in a field (e.g. dropdown)
Last updated
Was this helpful?
In this example, the order of options in the following dropdown field will be random each session.
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