Show the result of a calculation using the values from other Questions. Type "@" to open a menu with all the other questions. Use Excel-type syntax and functions to add/subtract/etc.
The title of the formula. You can show the value of other questions by writing {{QA}}, {{QB}}, etc
Hide the formula title.
A description text that goes after the formula.
A question mark will show after the formula title with a tooltip text that you can set here.
Create a variable that you can refer to in other formulas.
Create a table to store numbers and refer to it using functions like FINDIFS, SUMIFS, INDEX.
Type "@" to use the value of other questions in calculations.
If you ticked "Show Values in Email Report" you can add a prefix to the values, like a currency symbol
If you ticked "Show Values in Email Report" you can add a suffix to the values
Hide the decimals.
Need to show a certain number of decimals?
Set the visibility based on a formula called the Visibility Formula. If the Visibility Formula result is true, the question will be shown in the calculator, otherwise it will be hidden. This allows you to show the question only in certain conditions, for example when another question has a certain value.
Hide the result until the form is submitted. You can choose a text to show until then.
The whole field will be hidden until the calculator is submitted (by clicking a button)
Most of the style settings are self-explanatory, but here are a few tips and tricks:
You can set the Question Text Color, Background Color, Help Text color, by using the color picker.
The colors use the Hexadecimal code.
If you want to reset a color just delete the value.
Tip: you can set a color to transparent by typing "transparent" in the color box.
You can set a width for the field (Full width, One half, One third or One fourth). This allows for multiple Questions to sit side by side. Note that on small screen sizes the questions will be reset to full width for usability purposes.
Set how the Question content is align. Inline will set the question title and the content on the same line.
The "Inline Position" setting helps position the Title and the Content:
Advanced Tip: Normally a inline aligned formula will reset to non-inline on smaller screens when the question is narrower than 200px. Set another breakpoint here if you expect a longer Formula value.
The prefix or suffix may be moved to another line on smaller screens. Force it to stay on the same line with the formula value.
The result of this formula will be added as an attribute to the ".ic-question" parent element of the field/question.
The attribute is called "formula-attribute", and you can then use it in CSS code to change the way the question looks based on the formula. For example, you could change the background color of the field/question based on a formula.
For example you could have the "CSS Attribute Formula" be:
Useful for custom CSS/Javascript code. This allows you to change how this particular question looks or works using custom coding.
Use operators (+,-,/,*,^), functions like IF, OR, AND, etc. You can't have decimal numbers without a leading zero (write 0.5 instead of .5)