When creating an event you can set the location but you have to do so manually, although there is a list of locations already created. Is there a way of using a select list to choose fromt the locations list?

Comments

robertgarrigos created an issue. See original summary.

shadcn’s picture

You can add a location field to the event content type.

  • Step 1: Go to /admin/structure/types/manage/event/fields.
  • Step 2: Fill in the new field input, select entity reference from the dropdown.
  • Step 3: Set location node as the referenced node type.
  • Step 4: Save.

You'll now be able to select the location when creating an event.

robertgarrigos’s picture

Status: Active » Closed (fixed)

Thanks. That's what I've done finally.

shadcn’s picture