I had two forms
1.login form
2.Registration form
login form has the username and password fields and registration form consists controls for registration like username, city, country, etc.,
3. Also, i have some hidden controls like
<input type="hidden" name="ctrl1" />
<input type="hidden" name="ctrl2" />
<input type="hidden" name="ctrl3" />
<input type="hidden" name="ctrl4" />
Which is dynamically generated using PHP Code.
What I want is, When the user click login form's submit or the registration form's submit, the hidden controls data should also be Posted.
Plz help. Any help will be appreciated