There are no settings or options to put the image side by side with the text on the answer button, however, a little CSS should do the job. Here is the CSS code: And here is the code explanation. Please feel free to adjust the code according to your needs. And here is the final […]
Articles Tagged: custom
How to Verify Your Custom Domains
YOUR CUSTOM DOMAINS AND LEADSHOOK SUBDOMAINS CAN BE VERIFIED In this article, you’ll learn how to verify your custom domain or LeadsHook domain with Facebook. You can use the same steps to verify your domain with any other app or system. Follow these simple steps to verify your domain… Log into Facebook Business. Login […]
How to Setup “Custom Page” Node
In this article, you’ll get an overview of what is a custom page and how to set it up inside your decision tree. PLEASE NOTE: Custom Page node requires expertise in html, css and javascript. LeadsHook support is limited to the custom page node functionality. We do not provide support for custom code and scripts. […]
How to Display Your Decision Trees on Your Own Domain
Please watch the video below for instruction on how to display your decision trees on your own domain… Note: As per our Domain Policy and as stated on our initial Domain migration instructions. Once you agree to migrate a domain, you won’t be able to remove it until the next 30 days. You can however […]
Conditional Logic using Calculated fields
The ternary operator is an operator that exists in some programming languages, which takes three operands rather than the typical one or two that most operators use. It provides a way to shorten a simple if else block. In this article we will apply this technique using a calculated field. Here’s an example So if the business skill variable is less […]
How to use Google Fonts in LeadsHook
LeadsHook supports a number of fonts in the appearance settings. However, if you require a larger selection, that is also possible using Google Fonts & some custom CSS Instructions First, head over to: https://fonts.google.com/ Browse the available fonts and select one Open up the font dialog ( at the bottom of the window ) Then, […]
How to Setup Number & Calculation Custom Fields
In this article we will discuss two specific types of custom fields… Number custom fields Calculation custom fields. The reason we cover both in one article is because they are often used together. For example, if you were selling something, you would store a price and quantity in two separate number fields. Then you would […]
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 […]
How to concatenate custom fields?
Introduction In this article, we will learn how to concatenate custom fields. For example, in your decision tree, the custom field first_name = David, and the custom field last_name = Wellington. We can use a calculated custom field to link first_name and last_name, in order to display “David Wellington”. Step by Step Instructions Create a […]
Understanding auto-generated custom fields
Introduction In this article, we will learn about auto-generated custom fields. When will custom field be automatically generated? When we are creating a question using the questions & answers node, a custom field can be created for the question and the selected answer(s) will be added to the custom field. Step by Step Instructions 1.Create […]