Summit-Events-App
Summit-Events-App copied to clipboard
[BUG] - Custom Questions Object - selecting "Registrant and Guest" is skipping pages entirely
Describe the bug When creating a custom question on the question object and the registrant type is "Registrant and Guest", the expected additional question page is getting skipped. When reviewing "SummitEventsRegisterGuestsController.cls" and "SummitEventsAdditionalQuestionsCtlr.cls" they seem to have the logic to work appropriately, but something seems to not acknowledge the additional question aspect appropriately.
To Reproduce Steps to reproduce the behavior:
- Create a Custom Question record with an Registrant Type of "Registrant and Guest"
- Complete the rest of the fields for the Registrant to be able to answer the custom question on the Additional Question page.
- Be sure the Event record is display Guest to test that this works for Guests.
- Notice that both pages are skipped
Expected behavior Expectation is that the question appears on the Additional Questions Page as well as the Guest Registration page.
Screenshots
There is no Additional Question page that appears.
Additional context This is a known issue and the current work-out is to create Registrant and Guest question seperately. You can do this by hitting "clone" while on your originally created record and then change the Registrant Type on the cloned record.