Price Estimate Calculator Form

  • Elite_info
    Asked on October 23, 2020 at 9:24 AM

    I created a form with conditional logic, and it has calculation total for # of hours required for cleaning but I also what the form to generate a price estimate + tax and with a total. Please help.

  • enterprisesupportteam
    Replied on October 23, 2020 at 12:20 PM

    Hello @Elite_info,

    Thank you for contacting our support team.

    If you are looking to make process calculation in your form to add taxes and price totals, you can either use the form conditions to do so, or you can use the Form Calculation widget. You can also use both at the same time.

    My suggestion would be to insert a Form Calculation widget into your form and use it to add tax, fees, and calculate an estimated total price. You can set up formulas that can calculate all of these prices.

    For Example

    If you charge $10 per hour:

    Hours worked * $10 per hour = Total

    Then you can charge a 10% tax:

    Tax = Total * 0.1

    Grand Total = Total + Tax

    Related User Guides: