Submit



  1. Submittable
  2. Submitted
  3. Submit Synonym

Sub‧mit /səbˈmɪt/ ●●○ S3 W3 AWL verb (submitted, submitting) 1 transitive to give a plan, piece of writing etc to someone in authority for them to consider or approve submit an application/claim/proposal etc All applications must be submitted by Monday. 2 intransitive, transitive formal. To surrender to the power or influence of someone or something. Any citizen who does not submit to the government's doctrines will be incarcerated immediately. I tried going on a diet, but I ended up submitting.

An HTML form is used to collect user input. The user input is most often sent to a server for processing.

Example

Try it Yourself »

The <form> Element

The HTML <form> element is used to create an HTML form for user input:

The <form> element is a container for different types of input elements, such as: text fields, checkboxes, radio buttons, submit buttons, etc.

All the different form elements are covered in this chapter: HTML Form Elements.

The <input> Element

The HTML <input> element is the most used form element.

An <input> element can be displayed in many ways, depending on the type attribute.

Here are some examples:

TypeDescription
<input type='text'>Displays a single-line text input field
<input type='radio'>Displays a radio button (for selecting one of many choices)
<input type='checkbox'>Displays a checkbox (for selecting zero or more of many choices)
<input type='submit'>Displays a submit button (for submitting the form)
<input type='button'>Displays a clickable button

All the different input types are covered in this chapter: HTML Input Types.

Text Fields

The <input type='text'> defines a single-line input field for text input.

Example

A form with input fields for text:

<form>
<label for='fname'>First name:</label><br>
<input type='text' name='fname'><br>
<label for='lname'>Last name:</label><br>
<input type='text' name='lname'>
</form>
Try it Yourself »

This is how the HTML code above will be displayed in a browser:

Note: The form itself is not visible. Also note that the default width of an input field is 20 characters.

The <label> Element

Notice the use of the <label> element in the example above.

The <label> tag defines a label for many form elements.

The <label> element is useful for screen-reader users, because the screen-reader will read out loud the label when the user focus on the input element.

The <label> element also help users who have difficulty clicking on very small regions (such as radio buttons or checkboxes) - because when the user clicks the text within the <label> element, it toggles the radio button/checkbox.

The for attribute of the <label> tag should be equal to the id attribute of the <input> element to bind them together.

Radio Buttons

The <input type='radio'> defines a radio button.

Radio buttons let a user select ONE of a limited number of choices.

Example

A form with radio buttons:

<form>
<input type='radio' name='gender' value='male'>
<label for='male'>Male</label><br>
<input type='radio' name='gender' value='female'>
<label for='female'>Female</label><br>
<input type='radio' name='gender' value='other'>
<label for='other'>Other</label>
</form>
Try it Yourself »

This is how the HTML code above will be displayed in a browser:



Checkboxes

The <input type='checkbox'> defines a checkbox.

Checkboxes let a user select ZERO or MORE options of a limited number of choices.

Example

A form with checkboxes:

<form>
<input type='checkbox' name='vehicle1' value='Bike'>
<label for='vehicle1'> I have a bike</label><br>
<input type='checkbox' name='vehicle2' value='Car'>
<label for='vehicle2'> I have a car</label><br>
<input type='checkbox' name='vehicle3' value='Boat'>
<label for='vehicle3'> I have a boat</label>
</form>
Try it Yourself »

This is how the HTML code above will be displayed in a browser:



The Submit Button

The <input type='submit'> defines a button for submitting the form data to a form-handler.

The form-handler is typically a file on the server with a script for processing input data.

The form-handler is specified in the form's action attribute.

Submittal

Example

A form with a submit button:

<form action='/action_page.php'>
<label for='fname'>First name:</label><br>
<input type='text' name='fname' value='John'><br>
<label for='lname'>Last name:</label><br>
<input type='text' name='lname' value='Doe'><br><br>
<input type='submit' value='Submit'>
</form>
Try it Yourself »

This is how the HTML code above will be displayed in a browser:

The Name Attribute for <input>

Notice that each input field must have a name attribute to be submitted.

If the name attribute is omitted, the value of the input field will not be sent at all.

Example

This example will not submit the value of the 'First name' input field:

<form action='/action_page.php'>
<label for='fname'>First name:</label><br>
<input type='text' value='John'><br><br>
<input type='submit' value='Submit'>
</form>

Submittable

Try it Yourself »

HTML Exercises



Whichever PLOS journal you choose, publishing with PLOS provides more visibility, context, and credit for your work. You choose how you open your science for even more opportunities.

PLOS publishes a suite of influential Open Access journals across all areas of science and medicine. Rigorously reported, peer reviewed and immediately available without restrictions, promoting the widest readership and impact possible. We encourage you to consider the scope of each journal before submission, as journals are editorially independent and specialized in their publication criteria and breadth of content.

PLOS ONE ensures the highest standards of quality and openness for the content it publishes and boosts speed to publication by eliminating subjective assessments of significance or scope to focus on technical, ethical and scientific rigor. The journal publishes original research in all scientific disciplines, including interdisciplinary research, negative results and replication studies—all vital parts of the scientific record.

PLOS Biology publishes articles of exceptional significance, originality and relevance in all areas of biological science, from molecules to ecosystems, including work at the interface of other disciplines such as chemistry, medicine and mathematics. The journal also publishes>

PLOS Medicine publishes articles on biomedical, environmental, social and political determinants of human health worldwide. The journal accepts a variety of study designs including clinical trials, observational studies, diagnostic and prognostic tools, epidemiology, predictive and explanatory modeling, qualitative studies and clinically oriented translational research.

PLOS Computational Biology publishes works of significance that further the understanding of living systems at all scales–from molecules and cells to patient populations and ecosystems–through the application of computational methods. The journal provides a forum for important biological research driven by computation.

PLOS Genetics publishes original contributions in genetics and genomics that reflect the full breadth, interdisciplinary nature and impact of these fields on science and medicine. The journal publishes human studies as well as research on model organisms – from mice and flies to plants and bacteria – with an emphasis on studies of broad interest to the genetics community that provide significant insight into biological processes.

PLOS Neglected Tropical Diseases, the first journal solely devoted to chronic and poverty-promoting infectious diseases affecting the world’s poorest populations, publishes rigorously peer-reviewed research on all scientific, medical, political and public health aspects of NTDs. Commentary on wide ranging topics – from policy discussion to clinical education and topical debates – keep readers current on the implications of research discoveries.

PLOS Pathogens is the first Open Access journal for breakthroughs in understanding pathogens and their interactions with host organisms. The journal publishes original research and commentary that yield novel insights into pathogenesis that are of broad interest and importance to researchers studying pathogens and pathogen-host interactions.

Can’t wait to share your science? Post a preprint!

Authors submitting to participating PLOS journals* can choose to effortlessly post their manuscript on bioRxiv, the preprint server for the life sciences.

*Available for PLOS ONE, PLOS Biology, PLOS Genetics, PLOS Pathogens, PLOS Computational Biology and PLOS Neglected Tropical Diseases.

1. Establishing precedence
Preprints receive a DOI and provide a timestamp for ideas, results, methods, so you start accruing citations, even before your work gets published.

2. The latest science
Since preprints are posted within days of opting-in, there’s minimal wait from discovery to dissemination.

3. Support for preprints from many sides
Funding agencies, publishers, universities and fellow scientists are encouraging the use of preprints.

Not quite ready to submit your manuscript for publication? Aren’t sure what the process is?

Now is the best time to review journal scope and policy.

1. Choose the best journal for your work

PLOS journals are editorially independent and vary in their criteria for publication. PLOS encourages authors to consider carefully each journal’s scope before submitting a manuscript.

2. Review journal publishing policies and the Open Access license agreement

PLOS encourages authors to review the core Editorial and Publishing Policies as well as any journal-specific policies. The Creative Commons Attribution (CC BY) license applies to all works PLOS publishes. Read more about the license under Publish → Policies → Content License available on each journal homepage.

3. Prepare your manuscript according to journal guidelines

Authors should ensure their manuscript is ready for submission by adhering to all relevant style and formatting guidelines, available under Publish → Submissions → Submissions Guidelines for each journal.

Submitted

4. Submit your work, together with additional requested information

Submit Synonym

From the selected journal’s website, follow Publish → Submissions → Submit Now to be directed to the online submission system for that particular PLOS journal. As a new user, click “Register Now” to create an account. It’s that simple.