BullD0G
11-25-2008, 03:21 PM
Hi all.
I'm having some trouble with a certain project. Basically the site offers automatic inquiries about our services. When the form is filled out it is then sent to a certain e-mail. Dynamically added form elements are used in all the forms. In most of the forms a div is created and then the elements. Each element is named with an increasing name value(e.g. element1,element2 etc) so i can access them with a php loop later. In one of the forms it is required to create a div and optionally another one inside it. So when i post i can't get values from elements in the inner div, although i've traced them and the naming is correct. I'd be thankful for any advice on the subject!!
I'm having some trouble with a certain project. Basically the site offers automatic inquiries about our services. When the form is filled out it is then sent to a certain e-mail. Dynamically added form elements are used in all the forms. In most of the forms a div is created and then the elements. Each element is named with an increasing name value(e.g. element1,element2 etc) so i can access them with a php loop later. In one of the forms it is required to create a div and optionally another one inside it. So when i post i can't get values from elements in the inner div, although i've traced them and the naming is correct. I'd be thankful for any advice on the subject!!