There is a certain form. There are 3 dependent selects in it. When the latter is selected, an array of text inputs feature [*] is formed. (
<input type="text" name="feature[]" value="" )
When submitting a form, there is no feature variable in the incoming post.
Is there any nuance in CTML that the incoming part of the form by the Ajax will not be visible later between the <form> </ form?> Tags
Come from ajax html I bring to the page $ ('# features_list'). Html (data);
UPD. I registered for the form id = "item-edit" and for each returned input form = "item-edit" and earned.