hi,
I have started programming (learning) to free myself from depencies.I do not know how to do the below.
i made a form that has a input box for emai and two passord inputboxexs.on submit i have to pass the same email inputbox value as the hidden value for username.In brief the username and the email should be same in the database.the database fileds are username,email,password. I request the members to help me how to do this.
<input type="hidden" name="username" value=form.email.value />this i tried but there is some error.
Hope someone would help me with this
Wishing you all a nice day
Harish