Guest User

Untitled

a guest
Oct 21st, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. <?php include("_header.php"); ?>
  2. <div id="request-form">
  3. <div class="request-form">
  4. <p>To get a copy of my CV, please enter your details in the form below. All fields are compulsary.</p>
  5. </div>
  6. </div>
  7.  
  8. <div id="form">
  9. <div class="form">
  10. <form action="sendmail.php" id="request-form1" autocomplete="off" method="POST">
  11. <input type="text" name="Name" placeholder="Barbra Steisand" style="font-size: 28px; font-family: MuseoSlab500;"> What's Your Name?</input>
  12. <br>
  13. <input type="text" name="Company" placeholder="Facebook" style="font-size: 28px; font-family: MuseoSlab500;"> What's Your Business/Company Name?</input>
  14. <br>
  15. <input type="text" name="Position" placeholder="I'm the Boss." style="font-size: 28px; font-family: MuseoSlab500;"> What's Your Position in Your Company?</input>
  16. <br>
  17. <input type="email" name="Email" placeholder="Enter Your Email!" size="29" style="font-size: 28px; font-family: MuseoSlab500;"> What's Your Contact Email?</input>
  18. <br>
  19. <input type="tel" name="Telephone" placeholder="911" style="font-size: 28px; font-family: MuseoSlab500;"> What's Your Contact Phone Number?</input>
  20. <br>
  21. <input type="url" name="URL" placeholder="What's Your Domain?" style="font-size: 28px; font-family: MuseoSlab500;"> What's Your Company's Website?</input>
  22. <br>
  23. <input type="text" name="Address1" placeholder="1600 Pennslyvania Ave" size="35" style="font-size: 28px; font-family: MuseoSlab500;"> What's Your Company's Address?</input>
  24. <br>
  25. <input type="text" name="Suburb" placeholder="NW Washington DC" style="font-size: 28px; font-family: MuseoSlab500;"> What's Your Suburb?</input>
  26. <br>
  27. <input type="text" name="postcode" placeholder="6000" size="4" style="font-size: 28px; font-family: MuseoSlab500;"> What's Your Post/Zip Code?</input>
  28. <br>
  29. <input type="text" name="State" placeholder="DC" size="3" style="font-size: 28px; font-family: MuseoSlab500;"> What's Your State?</input>
  30. <br>
  31. <input type="text" name="Country" placeholder="USA" style="font-size: 28px; font-family: MuseoSlab500;"> What Country Are You In?</input>
  32. <br>
  33. <p>Why Do You Want My CV?</p>
  34. <select name="why" style="font-size: 28px; font-family: MuseoSlab500;">
  35. <option value="I'm Interested In You">I'm Interested In You</option>
  36. <option value="I'm Just Looking Around">I'm Just Looking Around</option>
  37. <option value="I've Heard of You Before">I've Heard of You</option>
  38. <option value="I Just Want To Have a Look">I Just Want to Have a Look</option
  39. <option value="I'm Thinking of Hiring You" selected="selected">I'm Thinking of Hiring You</option>
  40. <option value="Other">Other</option>
  41. </select>
  42. <br>
  43. <input type="text" name="Comments" placeholder="Comments?" style="font-size: 28px; font-family: MuseoSlab500;"> Any Comments?</input>
  44. <br>
  45. <input type="checkbox" name="Are-you-sure?" style="font-size: 28px; font-family: MuseoSlab500;"> Are You Sure You Want My CV?</input>
  46. <br>
  47. <br>
  48. <input type="submit" value="Give Me Your CV!"></input>
  49. </form>
  50. </div>
  51. </div>
  52.  
  53. <?php include("_footer.php"); ?>
Add Comment
Please, Sign In to add comment