---
title: "How can we submit a form without a submit button?"  
description: "How can we submit a form without a submit button?"  
author: "Amit Singh"  
published: 2010-10-25  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/182/how-can-we-submit-a-form-without-a-submit-button  
category: "php"  
tags: ["php"]  
reading_time: 1 minute  

---

# How can we submit a form without a submit button?

```
submit a form without a submit button with the help of javascript code.
```

## Answers

### Answer by Amrita Bhattacharjee

The form submission can take place without using submit button by using the specific attribute named onclickevent attribute in Javascript or else using submit form method in Javascript. This can be done by clicking method.

### Answer by Amit Singh

```
submit a form without a submit button with the help of javascript code.
```


---

Original Source: https://www.mindstick.com/interview/182/how-can-we-submit-a-form-without-a-submit-button

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
