Limit the number of checkbox choices

Introduction: Sometimes you might need to set a maximum number of available choices when using checkboxes. For example if you had eight choices and you only wanted a max of three of them accepted! For this purpose we will use some custom JavaScript to count how many checks are allowed. Using the custom page node, […]

Read More

Checkbox and multiple choice NODES vs. Custom fields

Introduction: This article aims to distinguish between nodes and custom fields when working with checkboxes and multiple-choice options. Nodes guide the flow down the decision tree, while custom fields are variables that store user responses. By comprehending the difference and knowing how to use both, you can effectively design interactive decision trees. The difference between […]

Read More

Form and Answer Custom Field type: checkbox

Introduction When we are creating a Form Custom Field, we may choose “checkbox” as the type of the custom field, to store information selected from a checkbox in the custom field. See More  How to Add a Radio or Checkbox Button to Get Consent; Meet GDPR Requirements  

Read More