mdelrosso / sheepit

SheepIt! Form Cloning plugin for Jquery
http://www.mdelrosso.com/sheepit/
MIT License
68 stars 44 forks source link

Make noforms_template optional #6

Open maimairel opened 12 years ago

maimairel commented 12 years ago

When creating forms without the noforms_template. then the plugin doesn't work because the new form must be inserted relative to noforms_template element.

I don't know what would be the best location to insert the new form, but using an another element (prepend as the first element in the container for example) might be a better solution.

Thanks :)