Reputation: 49
I'm working on a project and want to create a form in cakephp.
I have a Table name "Plan". And Table "Plan" Have some column like.
Colum 1 : Plan Name1 , Plan Name2
Colum 2 : Plan Description1 , Plan Description2
Colum 3 : Plan Amount1 , Plan Amount2
And in my form (Cakephp View File) I have tree options..
Plan
Plan Description
Plan Amount.
And I want when I select Plan Name1 from Drop Down.
Plan Description1 and Plan Amount1 Auto Select in the Related Field.
I search on google and cakephp but didn't find solution for that.
Upvotes: 0
Views: 36