dynamicForm

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.



Setting the anchor and initiating the template

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.