It turned out that at some point in my Javascript I'm appending the new fields outside of the <form></form>... I thought I had checked that before... and I was checking the DOM via Firebug in Firefox. But apparently Firebug (or Firefox,) seems to show <form> and </form> as on the same line... even though I purposely put the closing </form> tag at the very end of my generated HTML (and verified by viewing the generated HTML source.)
Thanks for the help anyway. I should have realized I was appending outside of the <form> tags. Andy On Feb 17, 1:57 am, WebbedIT <[email protected]> wrote: > No, you do not need the single quotes within the fields name, that is > how I would access the value from the data array. Sorry for any > confusion. > > As you rightly say, your form looks exactly as it should so confusing > as to why it refuses to process the dynamic fields? > > Unfortunately I do not have the time to set up a test case to try and > resolve this for you :( > > Paul. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
