Question
dynamically added form inputs not being passed
Hey all,
I have a form that dynamically adds more text inputs as the last input is filled using javascript. The form works fine and if i output the HTML before it submits i see the inputs. But if i dump the forms struct on the action page, the added iputs are not passed. Why is this?
I have a form that dynamically adds more text inputs as the last input is filled using javascript. The form works fine and if i output the HTML before it submits i see the inputs. But if i dump the forms struct on the action page, the added iputs are not passed. Why is this?
