Online Chat
 Call Us: 
1-877-744-1221
Browse Submit a Ticket
 
Advanced Search
Tools
Rss Categories

How I can use calculations with Form Processor Pro ?

Author: Antony Corsten Reference Number: AA-00244 Views: 8480 Last Updated: 07/16/2009 04:26 AM 0 Rating/ Voters

You can use calculations on any pages started from the next from where needed data was entered. Just make sure you have separated all variables and signs by a white space. That's the only one rule.
 Example:

You have three text input fields:


'input type="text" name="field_a"'
'input type="text" name="field_b"'
'input type="text" name="field_c"'


You can use following expression on the next form page, in the database template, log file template or email template.
{# (field_a + field_b) * field_c #}

If field_a=10, field_b=5, field_c=3, then this expression will return:
45