Ok for those helping with my form problem,
I have the fields population with data now!
 
I ended up having to split my fields into 2 sections to get it to work.

Basically I wanted 10 blank inputs so I did a count() of the users current
$skills

Then did a foreeach on the $skills to get the data into those fields

Then took the difference from the $count to make up missing fields. So if
user has 0 skills make 10 blank fields, then if they saved 2 records, so
next time they go to edit loop thru the 2 $skills and then build 8 empty
fields. I know sounds confusing but thanks John for your help.

Dave

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

Reply via email to