What is the Simplest Configuration for Forms?
Hello people good night. I'm not very good with HTML / CSS / Js, so I opted to edit a template to create my website (In this case the template is: https://html5up.net/miniport). The problem is that I do not know how to configure PHP code for forms to work. I have looked for some more direct tutorials on how to do this, but each one suggests a different way. One of them suggests that each page element (header, body, forms etc) be a separate file. So each element would be loaded separately only when needed. If someone wants to see my edition of the form, I just removed the "Subject" field: https://code.sololearn.com/WhJgf6zVCuK2/#html So the question is: what is the simplest way to set up an email form? It does not have to be the most efficient or fastest, I just need a practical example to know where to start.