No vars from TextInput Boxes

I’m trying to get the hang of some of the new 2004 components. I built a forms page using InputText Boxes (several) and a TextArea. The objective is to pass the information via PHP into an email.

The email sends fine, and is formatted properly. The problem is getting the inputted info out of the TextInput Boxes. Traces on the vars always give me undefined, and I’ve tried several ways of trying to pull the info. I’ve tried var address = address.value; var address = address.text; and things like that with no luck. Can someone point me in the right direction? I’d really appreciate the help.