Feb 18th, 2015, 10:46 AM
That's an interesting question. I can't think of a way to do that. If you just wanted a list of the first 50 people and then a separate list for everyone past the 50th entry, I would suppose you could set two views with a filter that displays ID# 1-50 and the other that displays ID# 50+. Unfortunately, however, I don't think there is a greater than/less than operator for the filter.
You could probably program something on your external form that would search that particular database column and check for how many submissions there are, and then deactivate the page or send the user to a waitlist form. Of course that would take some programming. Just thinking out loud :-)
You could probably program something on your external form that would search that particular database column and check for how many submissions there are, and then deactivate the page or send the user to a waitlist form. Of course that would take some programming. Just thinking out loud :-)