Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8423309
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T03:41:27+00:00 2026-06-10T03:41:27+00:00

I have just started HTML5 and want to know in general if we should

  • 0

I have just started HTML5 and want to know in general if we should use one <form> tag per web page or multiple form tags.

Maybe it depends on the situation, but here are two different scenarios:

  1. One Sign Up form
  2. A home page with multiple sub forms: Login, Join Mailing List, etc.

Is it bad to have a form tag inside another or is it ok per standards?

Thanks

Edit
Can you please explain in a simple way what the purpose of the form tag is?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T03:41:28+00:00Added an answer on June 10, 2026 at 3:41 am

    I feel like you’ve already answered your questions.

    1. One sign up form = one form tags.
    2. Multiple forms = many form tags.

    Just don’t nest them.

    EDIT

    Form tags are meant to hold a variety of fields (i.e. input tags) that you will eventually pass to a target URL using a GET or POST request.

    Take this login form, for example:

    <form action="login.php">
      <input id="name" type="text" name="name">
      <input id="passwd" type="password" name="passwd">
      <input type="submit" value="Login">
    </form>
    

    This has a login, a password, and a submit button. When the “Login” button (type = “submit”) is pressed, the form will take that information and send it to another URL (in this case, “login.php”, and that URL will handle the information accordingly (e.g. validate, sign you in, display captcha).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have just started looking at JqueryMobile and want to know if the following
Just now I have started using netbeans 6.9.1. I want to create a HTML5
I have just started using flexigrid and wanted to use the resource string to
I have just started learning Javascript. I want Hello World! to be written to
I have just started learning and have put together the form below. The confusion
I have just started developing a full-web application by using the ASP .NET MVC
I just started learning JS and jQuery and have a question. I want to
we have just started using a git account of our Django website project so
I have just started using RSpec and I copied the very simple test on
I have just started implementing ISet 's instead of IList 's in my project

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.