files removed and merged, read me updated

This commit is contained in:
Paul M 2023-11-12 21:03:41 -06:00
parent f47a26a7e7
commit 0371201671
2 changed files with 5 additions and 208 deletions

View file

@ -1,3 +1,7 @@
# contactform
A spam and bot resistant contact form. Remeber to update the URL and e-mail address this sends to if you use it.
A spam and bot resistant contact form. Remeber to update the URL and e-mail address this sends to if you use it.
# Notes 11/12/23
contactform.php now contains the accompanying HTML. Merged due to updates.

View file

@ -1,207 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>New Hope Ranch</title>
<link href="https://nhrtc.rehab/style.css" rel="stylesheet" type="text/css" />
<script type="javascript" src="https://nhrtc.rehab/js/jquery.js"></script>
<script type="javascript" src="https://nhrtc.rehab/js/mod.js"></script>
<script type="javascript" src="https://nhrtc.rehab/js/frm.js"></script>
</head>
<body>
<div id="container">
<div id="header">
<div id="headerleft">
<div id="title"><a href="https://nhrtc.rehab">New H.O.P.E. Ranch</a><br />
<h3>Hold on, Pain ends</h3>
</div>
</div>
<div id="headerright">
<div id="flickr">
<img src="../new-hope-ranch-logo4small.png" style="float:right" alt="small logo"/></div>
</div>
</div>
</div>
<div id="content">
<div id="center">
<div class="post">
<h1><a href="#">Contact us</a></h1>
<div class="storycontent">
<div>
<form action="https://nhrtc.rehab/contactform.php" method="post" id="contact">
<table>
<tr>
<td>
Your Name: <input type="text" name="fname" />
</td></tr>
<tr>
<td>
Subject:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="text" name="lname" />
</td>
</tr>
<tr>
<td>
E-mail:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="text" name="email" />
</td>
</tr>
<tr>
<td>
Message:&nbsp;&nbsp;&nbsp; <textarea name="comments" cols="50" rows="25"></textarea>
</td>
</tr>
<tr>
<td>
<input type="text" name="website" style=" display: none;"/>
<button type="submit">Send Message </button>
</td>
</tr>
</table>
</form>
</div>
</div>
</div>
</div>
<div id="sidebar">
<div id="left">
<h2>Main Menu</h2>
<div id="bullet2">
<ul>
<li>
<a href="/">
<span>Home</span>
</a></li>
<li>
<a href="/about">
<span>About</span>
</a></li>
<li>
<a href="/benefits">
<span>Benefits of working with horses</span>
</a></li>
<li>
<a href="/comittment">
<span>Comittment to excellence</span>
</a></li>
<li>
<a href="/contactus">
<span>Contact Us</span>
</a></li>
<li>
<a href="/donations">
<span>Donations</span>
</a></li>
<li>
<a href="/ourprograms">
<span>Our Programs</span>
</a></li>
<li>
<a href="/values">
<span>Our Values</span>
</a></li>
<li class="">
<a href="/it">
<span>Ranch IT Page</span>
</a></li>
<ul class="sub-menu">
<li class="">
<a href="/it/software">Software</a>
</li>
</ul>
<li>
<a href="/whatwedo">
<span>What we do</span>
</a></li>
</ul>
</div>
</div>
</div>
</div>
<div style="clear: both"><br /></div>
<div id="footer">
<div id="footernote">
<p>
<a href="http://validator.w3.org/check?uri=nhrtc.rehab"><img
src="../valid-xhtml10.png" alt="Valid XHTML 1.0 Transitional" height="31" width="88" /></a>
</p>
</div>
</div>
</body>
</html>