Is possible to create a form with HTML?

Yes, all you need is php script to send the form or some third party app
 
Yes, but you would also need someting like php and mysql to store the form data.
 
Surely you can but it would be ugly without css. And the submit button would not work without backend coding.
 
if only form, yes.. you can code with html..
but like leon said.. you need backend to send your form..
you can use php, python or other language to do this..
 
Anything with a simple database can do. Wordpress site, php with mysql, ruby on rails with postgres, python + flask. Generally wordpress will probably handle it best and is fastest to learn.
 
Sure, you can design the form in HTML, just you need some script for working of form in backend as well as some database connectivity.
 
Back
Top