=== Quote Calculator Constructor  ===
Contributors: Evgen "EvgenDob" Dobrzhanskiy
Tags: quote generator, calculator plugin, loan quote, loan calculator
Requires at least: 4.0
Tested up to: 4.8
Stable tag: 1.1
Requires PHP: 5.4

With this simple plugin you can create simple quote calulators for your website. Loan quotes and other Wordpress calculators.

== Description ==

This plugin allow you to create Wordpress quote system, loan calculators and other quotation and calculation systems.
Plugin  have easy to use interface that will allow you to make calculation systems with few clicks.

So basicaly editor of Quote Form  consists of rows, each row have columns, and inside each column you can add different blocks that perform data manipulations.

SO main types of datablocks are:
Text - this block can be used to output text data. Like some info text for user.
Input - input field with some info. Here user can enter some numerical value that will be used for calculations.
Select - list of predefined values, that can be used in calculations.
Output - this block is used to output calculation results. In this block you can enter formulas, using values for input fields and select fields.

You can see live example of calculator http://voodoopress.net/dummy-calculator/

== Installation ==

Installation is pretty simple:
1. Upload plugin
2. Activate plugin
3. Find new menu "Calculators"
4. Create calculators with Constructor interface
5. Use calculator shortcode to put it on pages.

== Frequently Asked Questions ==

= How to put calculator on page? =

To put calculator on page you can use shortcode [custom_calculator id='CALC_ID']

= What is correct way to make formulas? =

Each field have ID inside. It is autogenerated on creation, but you can set any ID you like. Main thin - it should be no space lowercase string.
So e.g. if you have input field with ID: main_value. And have select with ID: select_value. Then in output block you can enter formula main_value+select_value to output summ of those values. Pretty easy.


== Screenshots ==

1. Backend form editor
2. Front view of form

== Changelog ==


== Upgrade Notice ==

