Whether we can have a form inside another form?. Is there any problem with that.
Though you can have several <form> elements in one HTML page, you cannot nest them.
<form>
How would you set the default value of a form <input> text field in JavaScript?
How can I get a checkbox's value in jQuery?
How do you disable autocomplete in the major browsers for a specific input (or form field)?