Limit the number of checkbox choices

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, the […]

Read More

Checkbox and multiple choice NODES vs. Custom fields

The difference between nodes and custom fields is that nodes are used to define the movement down the decision tree. And custom fields are variables, used to store an answer. Note that it is possible to combine both nodes and custom fields. So that you ask a question in a node and store the answer […]

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