If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Is attached. I call it a block, but don't know if it is the correct name.
Yes, address type.
Than I want to add a + button to add more blocks if needed, like in email field for example.
1. Entity Manager > Create Entity. Name it 'Address Entry'.
2. Entity Manager > Address Entry > Fields > Add Field. Select 'Address'. Name it 'Address'.
3. Entity Manager > Address Entry > Layouts > Detail. Drag and Drop the Address field to the layout. Optionally, remove the Name field from the layout. Do the same for Detail (small) layout.
4. Entity Manager > Address Entry > Layouts > List. Drag and Drop the Address field to the layout. Optionally, remove the Name field from the layout.
5. Entity Manager > {Entity Type} > Relationship > Create Link. Select One-to-Many type, select the Address Entry as a foreign entity. Check Link-Multiple.
6. Entity Manager > {Entity Type} > Layouts > Detail. Drag and drop the 'Address Entries' field to the layout.
Comment