I've been using the Entity Registration module to create an event booking system but there's one thing that I can't get working - fieldsets. I'd like to group my fields into sections, so that it looks something like the following:
Image Link: Desired Result (don't care about the inline fields) just the fieldsets
I've installed the Field Group module and set the fieldsets via manage display:
Image Link: Manage Display settings
However, the fieldsets aren't honoured on the registration form, nor do they appear in the markup:
Does anyone know how to get fieldsets working with the Entity registration module? I thought this would be a common requirement but can't seem to find anything online that shows how to do it, so not sure whether I'm missing a step.