How to add a Server link to a Form Submit Button? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

How to add a Server link to a Form Submit Button?

How can I Connect a form to my server? Here is my code 👇👇👇 https://code.sololearn.com/WHdyxsrsQ93r/?ref=app In this code, I want to add Server Link to get responses from others.

2nd Aug 2020, 7:02 AM
Shivam Pal
Shivam Pal - avatar
2 Answers
+ 2
You mead <form action='file.php> you need to work with php $ _POST['name'] to get the input field of names
2nd Aug 2020, 7:28 AM
Afir Sofiane
Afir Sofiane - avatar
+ 1
To link your form server use form server, you require a server side programming language Follow this link (using php) : https://www.w3schools.com/php/php_forms.asp If you get any problem you can text me.
9th Oct 2020, 3:56 AM
Absolute Zero ϟ
Absolute Zero ϟ - avatar