Hi,Upon clicking a Submit button, I'm trying to have my form go to
certain people based on a number in a table cell.For example, if the
dollar amount in the table cell I named "TotalPrice" is $1,000 or
greater, it goes to one group, and if it is less than $1,000, it goes to
another group. Here is the script I was trying, but not having any
success...var vEmail;var vCC;if
(Page1.Table1.Row[11].TotalPrice.rawValue >= 1000){ vEmail =
Page1.Buyer.rawValue; vCC = Page1.RequestorEmail.rawValue +
"pers...