Closed (fixed)
Project:
Webform
Version:
7.x-4.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Sep 2012 at 15:33 UTC
Updated:
18 Jun 2013 at 01:23 UTC
I'm looking to limit how often an item in a webform select list can be chosen. For example, if the form offers users to select one of 5 dates, but there should be a limit to how many people could choose each date.
My thought was to create nodes with title and limit, create a view that shows all nodes with limit > 0, expose them to webform with the Webform views select sandbox (http://drupal.org/sandbox/mrconnerton/1373760) and reduce the limit by one on submission with Webform rules, but it seems a very complicated way of going about it, and I'm not even sure the rules part is possible. What would be a better way of going about this?
Comments
Comment #1
quicksketchI think you may be able to do this with http://drupal.org/project/webform_validation, but I'm not sure it has such granular options.
Comment #2
quicksketch