+ 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.
2 Answers
+ 2
You mead <form action='file.php>
you need to work with php
$ _POST['name']
to get the input field of names
+ 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.