You can create a multiple-step calculator by dragging a step separator where you need the next step to start.
The text of the separator. You can show the value of other questions by writing {{QA}}, {{QB}}, etc
You can add a Back button after the "Next" button.
Most of the style settings are self-explanatory, but here are a few tips and tricks:
How wide do you need the image to be in relation to the rest of the calculator?
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.
Useful for custom CSS/Javascript code. This allows you to change how this particular question looks or works using custom coding.
You can use CURRENT_STEP as a constant that holds the current step the user is on (starting at 1)