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