Document – Contact Form 7 Cost Calculator

With the Contact Form 7 Cost Calculator, you can create dynamic and interactive forms that provide users with instant cost calculations or estimates. This is particularly useful for businesses or websites that offer products or services with variable pricing based on user selections or quantities.

Here are some key features and capabilities typically offered by the Contact Form 7 Cost Calculator:

  1. Calculation Fields: This extension introduces calculation fields into your Contact Form 7 forms. You can define these fields and specify mathematical formulas or expressions using variables and operators.
  2. Variable Inputs: Users can input values into the form, such as quantities, dimensions, or other parameters that affect the final cost calculation.
  3. Conditional Logic: The plugin allows you to incorporate conditional logic into the calculations. This means that you can set up different calculations based on specific conditions or user choices.
  4. Dynamic Updates: As users make changes or update input values, the cost calculation is automatically updated in real-time, providing instant feedback.
  5. Customizable Output: You can customize the display and formatting of the calculated cost or estimate. This might include adding currency symbols, decimal places, or any additional text.
  6. Integration with Contact Form 7: The extension seamlessly integrates with the Contact Form 7 plugin, allowing you to leverage its form-building capabilities while adding cost calculation functionality.

Installation and settings plugin

  1. Require Contact Form 7
  2. Installation
  3. New form
  4. Date
  5. Use cases
  6. Supported symbols
  7. Age Calculator

Require Contact Form 7 – top

  1. Download: https://wordpress.org/plugins/contact-form-7/

Installation – top

  1. Upload the add-to-any directory to the /wp-content/plugins/ directory.

New form – top


This image has an empty alt attribute; its file name is setup-1030x615.png

Date – top

				name-date-1  - name-date-2
  • name-date-1= 2018/12/20
  • name-date-2= 2018/12/18
  • Result = 2

Use cases – top

InputResultExplanation
2+3-14Addition and Subtraction operator
2*5/101Multiplication and Division operator
tan45 or tan(45)1Trigonometric Function ( tan in Degree mode)
tan45 or tan(45)1.619775190543862Trigonometric Function ( tan in Radian mode)
Pi1,15,n or Pi(1,15,n)1307674368000Product of Sequence
Sigma1,15,n or Sigma(1,15,n)120Sum of Sequence( also called summation)
2^38Exponent( note this operator is left associative like MS Office)
5P360Permutaion Method to calculate all the permutaions
sincostan90 or sin(cos(tan(90)))0.017261434031253Multiple functions with or without parenthesis (both works)



Supported symbols – top

SymbolExplanation
+Addition Operator eg. 2+3 results 5
Subtraction Operator eg. 2-3 results -1
/Division operator eg 3/2 results 1.5
*Multiplication Operator eg. 2*3 results 6
ModModulus Operator eg. 3 Mod 2 results 1
(Opening Parenthesis
)Closing Parenthesis
SigmaSummation eg. Sigma(1,100,n) results 5050
PiProduct eg. Pi(1,10,n) results 3628800
nVariable for Summation or Product
piMath constant pi returns 3.14
eMath constant e returns 2.71
CCombination operator eg. 4C2 returns 6
PPermutation operator eg. 4P2 returns 12
!factorial operator eg. 4! returns 24
loglogarithmic function with base 10 eg. log 1000 returns 3
lnnatural log function with base e eg. ln 2 returns .3010
powpower function with two operator pow(2,3) returns 8
^power operator eg. 2^3 returns 8
rootunderroot function root 4 returns 2
sinSine function
cosCosine function
tanTangent function
asinInverse Sine funtion
acosInverse Cosine funtion
atanInverse Tangent funtion
sinhHyperbolic Sine funtion
coshHyperbolic Cosine funtion
tanhHyperbolic Tangent funtion
asinhInverse Hyperbolic Sine funtion
acoshInverse Hyperbolic Cosine funtion
atanhInverse Hyperbolic Tangent funtion



Age calculator

Step 1: Add a date field with any name

This image has an empty alt attribute; its file name is image-1.png

Step 2: Calculate age

Add a Calculated field with the formula “age( date name )”

This image has an empty alt attribute; its file name is image-2.png

Eg:

birthday 
[date birhdaydate]
age
[calculated calculated-507 "age(birthdaydate)"]

[submit "Submit"]