I want to set a default value of a field to a random number, lets say range 1 to 4.
Does Gravity Forms allow PHP inside the default value field?
For instance <?php echo rand(1, 4); ?>
If not, is there a way to random display a set of fields?
For instance, I have 40 questions, and I only want 10 of those questions to randomly show to the user.
What is the best way to do this?