Conditional's: Where to create?
Brought to you by:
vittal
Gentleman:
Looking to solidify my understanding of Conditional
statements in my configuration. Given the fact that I
need to use it, I do not know where to implement it.
I have a form that needs to be submitted to the right
department, the script has no clue which department it
needs to go to unless I furnish it with a variable.
I would like to provide an IF statement that instructs
it what email to use based on the variable passed...
if : (division eq 'Accounts') then mailto :
accounts@mycompany.com
Where do I create this statement? In the first line of
the config file?
Thanks
-F