For example: I have content type Clients with 2 fields: Name and Address.
In another content type I need 2 fields (autocomplate or another type) which gets data from Clients table. In the first field you can select Client Name and the second field get the Client Address automatically depends on your selection in first field. All of the two field must be editable after selection.
Any idea to create this? I'm beginner in javascript and php.
For example: I have content type Clients with 2 fields: Name and Address.
In another content type I need 2 fields (autocomplate or another type) which gets data from Clients table. In the first field you can select Client Name and the second field get the Client Address automatically depends on your selection in first field. All of the two field must be editable after selection.
Any idea to create this? I'm beginner in javascript and php.