This plugin creates the ability to define a template for a dynamic section of a form, which is then dynamically added to a form for completion by the user.
You first outline the template for the dynamic section. This should only contain the fields you want to include in the dynamic section. You would also normally hide the parent container to ensure that the template itself isn't changed by the user (the pink section below would not be visible to users under normal circumstances).
Once the template is properly configured, simply add the anchor for where the template should actually be located. This can be anywhere on the page, and the template and anchor can be seperated if necessary, although doing so does make the page less logical when referring to it in the future. Using the plus and minus buttons adds new unique copies of the fields to the anchor section - plus adds a new section immediately after the instance of the plus button (ie, not at the end of the form), while the minus button deletes the corresponding instance.
Finally, once the template and anchor exist within the DOM, configure the plugin itself, and initialise it.
For more information on usage and configuration, please visit the wiki.