What is <form action=""> | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is <form action="">

1st Mar 2018, 8:13 AM
Bouziane Cherif Sid Ali
3 Answers
+ 24
The Action Attribute Contain The Link To Which The Data Will Be Sent By Clicking The Submit Button!!!👍😊✌
3rd Mar 2019, 10:44 AM
K͜͡ɩnɢ・ムzizi 🖤
K͜͡ɩnɢ・ムzizi 🖤 - avatar
+ 3
The action attribute defines the action to be performed when the form is submitted. Normally, the form data is sent to a web page on the server when the user clicks on the submit button. the form data is sent to a page on the server called "/action_page.php". This page contains a server-side script that handles the form data: <form action="/action_page.java">
1st Mar 2018, 8:35 AM
Amena Foshanji
Amena Foshanji - avatar
+ 2
action attribute sends form content to a server side page like php
1st Mar 2018, 8:27 AM
Arskhuzia
Arskhuzia - avatar