In this demonstration we will show the various question types that are available in ConvertCalculator. In our builder you can style the various elements of the form, like colours, fonts and spacing. By applying custom CSS, you can obtain full design freedom. By the way, this is a text element that we did style with custom CSS.

Number questions

50

1
100
1
100

Result: Number + Incrementer * Slider - Slider Incrementer

List questions

Boolean questions

The switch question returns 0 when the switch is turned off and 1 when the switch is turned on. In this example the price or your SaaS subscription gets a discount of 20% for a yearly subscription.

Text and email

The text and email, in combination with a button, are the foundations of a form submission. Go ahead and fill in the details and receive the results of this form in your email.

Dates

The dates element takes the value of the number of days between From and To date. In the formula we have added a conditional to check whether the to date is later than the from date.

From date
//
October 2024
SuMoTuWeThFrSa
12345
6789101112
13141516171819
20212223242526
2728293031
To date
//
October 2024
SuMoTuWeThFrSa
12345
6789101112
13141516171819
20212223242526
2728293031

You can also extract the exact from and to date by referencing QX{fromDate} and QX{toDate}:

Places

The value of the places element is the distance between two locations.

From
To

Additional form elements

Let your visitors upload documents or sign their form. Or use a coupon code to offer a discount (returns either 0 or 1 if the coupon code is valid). Coupons can either

Drop files here...

Standard price is $250. If you enter the promotion code "25PERCENTOFF" you will see a discount of 25%.