Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author hunk

    (@hunk)

    No, this is not possible

    You could try limiting the output in you PHP?

    // Output five items
    $i = 1
    foreach ($duplicateField as $field) {
      if ($i <= 5) {
        // output
      }
    $i++;
    }

    Not tested but should work

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Magic Fields] Duplicate Fields Limit’ is closed to new replies.