i am trying to replicate your work in address_list_form.php for a form in the demographics section.
I placed my form in a tag. When i save the demographics form, i do not see my input fields, it does not save in the database either. Is there anything extra i need to do to see my input fields when i do a print_r($_POST)?
Are you injecting an actual ‘form’ tag element into the demographics section? Or are you injecting form input elements? You can’t nest form elements inside an already existing form tag which may be your problem if you are creating a nested form tag.
Without providing some kind of snippet of code of what you are trying to do, its pretty hard to give any advice on what you are doing wrong here.