My site isn’t complete but I’m trying to create a register code so that when people come to my site they can enter their first name, last name, email, and click submit and then once they click submit all their info will be routed back to my email address at Keithremovethis@removethisjanainc.co so far I have the following:
<form action= 'login.php' method='POST'>
Email <input type=" 'text' name= 'email'><br>
That obviously isn’t the beginning of my code but merely a portion of it any tips of how to complete the rest?