Yes I'm using {finaltoal} as the defualt value (looks like: Total|{finaltoal}. It is calculated on the same page the form is on using post variables from a from on a previous page. The value exists as I echo it on the page. I just need that value to defualt into a form field now so that it is captured.
right, but cforms "runs in its own function" and thus won't have access to the outside defined, local $finaltoal variable. You might want to pass it on to $_GLOBALS['finaltoal']=$finaltoal;