Dynamically adding/removing input fields not submitting

Different options occur.

You can call them user1, user2, user3, and have your server-side script check for any keys that start with the name.
Or, you can call them user and have the server-side script treat the information as if it was an array.

I thought that’s the way it was being done. That’s certainly how it appears in the code. Perhaps need more information on what isn’t working and how, and perhaps in the PHP version of this thread.

Hi,

Nope its all good i manage to work it out on my own for the jquery i figured out that i missing one line of code
i forgot to include the line

$('#save').html(data);

which prints the html to the page in my save div so i got it working i wish i saw it sooner thanks for the help everyone and for all of your input.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.