Two questions from a noob.1. I have a form that needs to mirror what the
user enters in one text field into a identical text field. So after the
user types info in TextField1, then exits the field, the exact
information shows in TextField2. TextField2.rawvalue =
TextField1.rawvalue;Doesn't work, what did I do wrong?2. Same question,
but this time a radio button. User chooses a value on RadioButton1 then
RadioButton2 mirrors the input.Thanks,Don