jquery - Moving fieldsets within DOM excludes them from POST -


I am using the JQuery FormWizard plugin (http://thecodemine.org/) for one of my forms This plugin allows you to add and remove more elements in the form. nice stuff! Only the form element I am adding is not included in the post variable on the server-side handler of the form. how? My code is a bit bigger, but I'm wondering what I'm doing:

  & lt; Form id = "wizard" & gt; & Lt; Fieldet id = "fieldset_person1" class = "step" & gt; Name: & lt; Input type = "text" name = "person1 [name]" /> & Lt; / Fielset & gt; & Lt; Fieldet id = "fieldset_order" class = "step" & gt; Amount: & lt; Input type = "text" name = "command [zodiac]" /> & Lt; / Fieldset & gt; & Lt; / Form & gt; & Lt; Div style = "display: hidden" & gt; & Lt; Fieldet id = "fieldset_person2" square = "step" & gt; Name: & lt; Input type = "text" name = "person 2 [name]" /> & Lt; / Fielset & gt; & Lt; / Div & gt;   

Fieldset_parcer2 fieldset is moved then, where the fieldset_ address is 1 and the wizard plugin has been updated. But when I submit the form, the person does not include 2 fields. I have also tried to add myself to the form, but then it is only included in the post if it does not run in the right place.

Any thoughts on this? I am out of ideas: /

I'm feeling that this is not going to the form of you Generated sources show that

Comments