Forms
setFormCapacity
Set Form Capacity
Set a form's SEAT capacity, its per-submission seat rule, and what it shows once full.
Arguments
formIdstringrequiredThe form ID.limitintegeroptionalSet the seat total. Omit to leave it unchanged.quantityobject | nulloptionalPer-submission seat rule. Object sets it, null clears it (1 seat each), omit leaves it unchanged.replacementFormIdstringoptionalOptional backup form embedded when full (a waitlist/interest form the caller can use, and not this form). Submissions route to it. Shown below the message when a title/subtitle is also set.subtitlestringoptionalOptional secondary line under the title, e.g. a short explanation or next step.titlestringoptionalThe full-state message heading, e.g. "Sold out" or "Registration closed for now". Shown where the fields would be.unlimitedbooleanoptionalSet true to remove the cap (unlimited seats).
Returns
The registry does not declare a return shape.
Declared limits
limit: greater than 0limit: maximum 9007199254740991
Ask for it
The Cloud routes these requests to this verb.
- 6 seats, up to 3 per booking
- cap this form at 50 seats
- make it unlimited
- show a sold-out message when full
Pair it with
The verbs that finish the job.