Articles

Coupons Changelog

View the change log for the Coupons Add-On.

Confirmations Object

The Confirmations object is an associative array containing the properties for all the confirmations which exist for a form. When a new form is created a single confirmation, named Default Confirmation, is created. There is no limit to the number of additional confirmations you can create but they must have conditional logic configured.

Conditional Logic Object

Conditional Logic, when applied to the form or page button or to any field, controls the visibility of that element based on a choice selected or value entered by the user in other fields on the form. It can also be used to determine if a notification, confirmation or add-on feed should be used.

Button Object

The Button Object is an an associative array. Part of the Form Object it controls the way a form button is displayed.

Bulk Add / Predefined Choices

When using a field with Choices (Drop Down, Multi Select, Checkboxes, or Radio Buttons) clicking the Bulk Add / Predefined Choices in General Settings allows you to select a category and customize the predefined choices or paste your own list to bulk add choices.

Submission Data Object

The Submission Data object is an associative array containing all the payment related properties for the entry being processed by an add-on.

Notification (deprecated)

The Notification object contains the settings for the administrator’s notification, such as destination email address, email subject and body.

string

http://codex.wordpress.org/How_to_Pass_Tag_Parameters#String.

Lead Object (deprecated)

See the Entry object for details.

Making a Field Read-Only

If you want to change a field to be read-only, you currently need to use JavaScript to do so. The following filter and function will help you accomplish this.