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.

  • Click to answer your question and add to the topic [SOLVED] - Andrei Surzhikov

1 answer 1

When submitting a form, there is no feature variable in the incoming post.

First you need to check if there is any necessary data on the post on the client, if yes then they simply do not bind on the server

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

there seems to be no such restrictions, and there will be fasting all that the name attribute has inside the form