Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Create an online contact form for Niagara University’s Admission Office using an

ID: 3825544 • Letter: C

Question

Create an online contact form for Niagara University’s Admission Office using an HTML document with the following textboxes: name, street address, city, state, zip, phone, email, and intended major. Two drop-down boxes, year (2017, 2018, 2019, 2020) and semester (spring, summer, and fall) plan to enter must appear on the contact form. Once the user submits the contact for, an email is sent to your email account and to vdevine@niagara.edu. Do not include my email address when testing. Be sure to include all information on the contact form in the body of the email. The subject of the email is “Niagara University - Inquiry Form”, and the email should like it was sent from the person contacting Niagara University. Print out the email to hand in. Save the documents as inquiry.html and inquiry.php.

Explanation / Answer

<form action="/chegg.php">
<b> ONLINE CONTACT FORM </b>

<b> Niagara University - Inquiry Form </b>
<div class="div data">
    <label><b>Name</b></label>
    <input type="text" placeholder="Enter name" name="name" required>

    <label><b>Street Address</b></label>
    <input type="streetaddress" placeholder="Enter address" name="adr" required>

       <label><b>City</b></label>
    <input type="city" placeholder="Enter city" name="city" required>

   <label><b>State</b></label>
    <input type="state" placeholder="Enter state" name="state" required>

   <label><b>Zip</b></label>
    <input type="zip" placeholder="Enter zip" name="zip" required>

      <label><b>Phone</b></label>
    <input type="phone" placeholder="Enter phone no" name="phone" required>

<label><b>Email</b></label>
    <input type="email" placeholder="Enter email" name="email" required>

<label><b>Intended major</b></label>
    <input type="major" placeholder="Enter major" name="major" required>

<label><b>Year</b></label>

<select>

<option value="2017">2017</option>

<option value="2018">2018</option>

<option value="2019">2019</option>

<option value="2020">2020</option>

</select>

<label><b>Semester</b></label>

<select>

<option value="spring">spring</option>

<option value="summer">summer</option>

<option value="fall">fall</option>

</select>


    <button type="submit">Submit</button>
</div>

</form>

Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote