November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hey, AFAIK, there is no similar setting.
Probably the client thought of the "Same person can send the form several times" checkbox on the form, but this doesn't solve your problem.
What you need to do is:
- if you are using WebForms - hook to BeforeSubmitPostedData and get the count of all posts for the current XForm GUID, or
- if you are using MVC - check your stuff in public ActionResult XFormPost
I don't think there is a built-in functionality for this.
Is there a way to set a max limit on how many times an Xform can be submitted? For example if the form is used to register people for a course and when the max number of applicants have been reached, the form is blocked. A client says he's read in the manual that there is something built in to do this, but I can't find any information on it. Am I blind, or did he smoke something special?