hi to all,

Happy Dipawali wishes.

I would like to show a form that asks for only email address and passswrd and on submission it assign to a hidden field for username as the email address submitted.

Is this possible? i do not have any clue, hoping that if i give a better picture some one cold help me with this:->

on screen i would like to have just an emil address input and password for input and and on click it assigns tthe email address to username and submits the form.Confused with this assigning of username to email address provided by the user.

Wishing you all a nice day and great time and thanking you in advance for the patience and reply

Harish

When you're processing the form on the next page, you could just have some simple assignments like $email = $_GET; $user = $_GET. That would achieve the desired results.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.