I'm building a conference registration where one survey can register multiple people in a group. I have only been able to increase the quota count by one since it's only one survey being submitted. I have a text entry question to determine the registration group count. Is there a way to increase quota counts with embedded data or other logic?
Solved
Is there a way to make quota counts increase by a text entry?
Best answer by mmoore
Based on this response from 2017, it doesn't appear possible to increment a quota by more than 1 per response:
https://community.qualtrics.com/XMcommunity/discussion/122/how-can-i-have-a-quota-increase-by-more-than-one-per-responseIf you don't want to write a web service, you could work around this by using a dummy contact list.
- Create a contact list with one member using any dummy identifier for email or external data reference (e.g. email=1@1.com)
- Add another data field called something like seatsAvailable and set that to the total number of seats available at your event.
- Add an Embedded Data element at the very beginning of your survey flow and define your dummy identifier (userEmail = 1@1.com) and seatsAvailable (value to be set by panel or URL)
- Add an Authenticator based on your contact list, and set it to pre-fill your identifier and also pull in seatsAvailable
- During your survey, you can compare your text entry field to seatsAvailable to ensure that the requested number of seats are available and then subtract them from seatsAvailable.
- In the post-survey options, add a contact list trigger to update your existing contact with the new value of seatsAvailable.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
