Hi,

I'm trying to add a registration type to a field collection instead of just a node.
I've got a content type "Events" where I have a field collection for the fields "Location" and "Date" because each event can happen on multiple dates & locations and both these field are connected, obivously.
Since the client wants registrations for these "Events", it needs to be linked to these specific locations&dates. Otherwise people would just register to the "Event" and the client would not know for which date&location and when slots are filled or not.

Is what I'm trying to achieve possible without adding a feature to this module?

Comments

andreasoby’s picture

Issue summary: View changes

Did you ever solve this issue?
I have the same structure on a project. One node containing multiple field collections with Entity Registration forms. No matter which Entity Registration form I submit on my page it always submits the topmost form. Does anyone have any clues or solutions to this problem?

Kevin Morse’s picture

I appear to be having a similar problem.

I have created a Content Type called Event which has a Field Collection called Shifts. The Shifts field collection allows an unlimited number of values. Each field collection contains a time and a Registration field. I have set the display type to show the full registration form.

The goal is to have an event (eg Barbeque) with multiple shifts (9 - 10, 10 - 11, 11 - 12, and 12 - 1) and allow someone to sign up for different shifts (9 - 10 and 11 - 12). Everything appears to be working correctly until you press the submit.

For some reason pressing Save Registration always submits the top most registration form (eg the 9 - 12) which results in an error

An illegal choice has been detected. Please contact the site administrator.
You are already registered for this event.

I believe this to be due to the Javascript used by the form submission but am not sure.

Kevin Morse’s picture

Version: 7.x-1.1 » 7.x-1.5
kryber’s picture

I have the same problem. I need to register people for a certain date and place and register them. Please, are there any progress?

john.oltman’s picture

Status: Active » Closed (outdated)