We are trying to use Forms to register for a training event that will be held through GoToMeeting. There are only so many seats, so we were trying to think of a way to not allow too many people to receive the link through the confirmation email.
Someone suggested to insert data from the form into a table. Then, do a lookup when someone is filling the form out to place the count in a hidden field. From there we could use a gateway as to which email they would receive. My question is, how would I get that row count out of the sql table into a hidden field?
If anyone has a better way of accomplishing this, any guidance or input would be greatly appreciated. Thanks!