Support

Account

Home Forums Add-ons Repeater Field A repeater in random order including select fields Reply To: A repeater in random order including select fields

  • And get rid of:

    $row_count = count($rows);

    So change:

    $row_count = count($rows);
    $rand_row = $rows[ array_rand( $rows, $row_count ) ];

    Back to:

    $rand_row = $rows[ array_rand( $rows ) ];