Hi...
I`d like to know if is possible to autofill some fields related to
another models depending on the value of one field in the form.
For instance, if the form is in a view from the Document model:
-textfield: Document/number //not in the database
-textfield: Document/date //the curent date
- textfield:Customer/id //already in the database
- textfield:Customer/name //already en the database
- textfield:Customer/phone
-textfield: Product/id
-textfield: Product/name

I'd like to autofill the fields name by Customer and Product by
filling their corresponding field id. But, the view is for
Document....

Any help ??????

thanks in advance!

--~--~---------~--~----~------------~-------~--~----~
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