Please Help. Newbie here :) Thank you in advance..
Posted: Thu Sep 08, 2016 5:01 pm
The form below should send an email to a list of employees upon hitting on the submit button. But due to a code error the email won’t send and users say that they only see a blank screen upon clicking submit. Find the code that breaks the process.
Code: Select all
<form id="formlogin" action="send_form_email.php" method="pos">
<legend>
First Name: <input type="text" id="fname" />
</legend>
<legend>
Last Name: <input type="text" id="lname" />
</legend>
<button type="submit">Submit</button>
</form>