forEach cannot be interrupted with break, continue, or early return because it executes a callback function rather than exposing loop-level control flow.
jQuery Plugin To Dynamically Add More Form Fields - czMore
czMore enables dynamic duplication and removal of grouped form fields via a jQuery plugin with customizable options, callbacks, and simple initialization.