hi,
I think this must be quite standard and simple thing to do, but I don't know how.
If you have a submit form (that will insert into the database) with a field $email_address
the user types his email address in the text box, no problem.
But on the same page, I have a hidden field: $new_email
and I would like this new field to have for value exactly what the user has entered in the $email_address field
basically $new_email would pick up the value entered by the user for $email_address, and this on the same page (not by using a $POST action and retrieving the values on another page.
is that possible? how?
thanks for your help.