Restrictions Object


The form limits and premium features in force for a site.

These values come from the site's premium plan and change when the plan changes. Creating or updating a form that exceeds a limit, or that uses a feature absent from features, is rejected.

Not to be confused with form provider restrictions, which a form schema provider declares once for every site in a namespace it owns, independently of any site's plan. A form must satisfy both.

Properties
ascendPlanstring

conditionsLimitLimitdeprecated - use rulesLimit instead

Maximum number of rules allowed per form.

Use rulesLimit instead. Despite its name, conditionsLimit is enforced against the number of rules on a form, not the number of conditions inside them. It's still returned, always with the same value as rulesLimit.


emailsLimitLimit

Maximum number of email recipients that can be notified when a form is submitted.


featuresArray <string>maxItems 10

fieldsLimitLimit

Maximum number of input fields allowed per form.

Display elements, such as rich content and the submit button, don't count toward this limit.


formsLimitLimit

Maximum number of forms allowed on the site.

Compare this limit with totalFormCount, which counts the same set of forms. Forms in the trash bin aren't counted.


rulesLimitLimit

Maximum number of rules allowed per form.

A single rule's condition can combine several tests, and the rule still counts once against this limit.


stepsLimitLimit

Maximum number of steps allowed per form.

Did this help?