Echo user input on form in one field to another
480196Feb 20 2006 — edited Feb 23 2006Hello,
I'm wondering if there's a way to echo the input a user types in a text field on a form into another text field on the same form at the same time?
Also, I have another scenario where I need to do the same echo-type of situation but concatenate the text entered from two different text fields by the user into one field. For example:
First Name: Laura
Last Name: Brown
First & Last Name: Laura Brown (echoed)
Help is appreciated! Thank you - LB