<h1>Angel Web & IT LLC Gereral Contact Form</h1>
<p id="motto">Designed by an angel, fixed with an angel's touch!</p>
<p>Please fill out this form if you have any questions or comments thank you.</p>
<br>
<form action="mailto:angelbedell24@gmail.com">
<fieldset>
<label for="first-name">First Name: <input id="first-name" name="first-name" type="text" required placeholder="Misty"></label>
<label for="last-name">Last Name: <input id="last-name" name="last-name" type="text" required placeholder="Bedell"></label>
<label for="email">Email: <input id="email" name="email" type="email" required placeholder="angelbedell24@gmail.com"></label>
<label for="phone">Phone Number <input type="tel" id="phone" name="phone" pattern="[0-9{3}-[0-9]{3}-[0-9]{4}"></label>
</fieldset>
<fieldset>
<label for="question">Comments or Questions <textarea id="question" name="question" rows="8" cols="30" placeholder="I love how your website is designed. or How do I go about getting a quote?"></textarea></label>
</fieldset>
<input type="submit" value="submit">
</form>
hello and welcome back to fcc forum
- you should get an email after any successful form submit action
happy coding
so the code is correct? the reason I’m asking is because when I tested it I did not receive an email and no errors popped up.
perhaps try looking into this resource from w3schools W3Schools Tryit Editor
that should clear things up, happy reading
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.