elclanrs / jq-idealforms-old

The ultimate framework for building and validating responsive HTML5 forms.
665 stars 95 forks source link

Cannot add new fields to empty form #140

Open vhalik opened 11 years ago

vhalik commented 11 years ago

I don't know if this is an issue or if it should be under request. We are most likely using ideal forms outside of the intended scope. We are dynamically creating an empty form and then trying to add newly created fields to that form. We are using the ideal forms function addFields(). The fields are not showing up on the form. It only works if there is an existing field already in the form. The one caveat is that the existing field must be an ideal form field in order for us to create the new fields and add them to the form.