Tecks1976
08-06-2007, 07:44 PM
I am looking into incorporating a prayer request form into my website. I would like it to email the prayer request to our pastor when submitted I would like to allow people to do this without having to configure their email into outlook express. If I have to I can set up a prayer request email address that it can send from. I just dont know how to accomplish this. I searched a little but quickly lost heart. I am not looking to have a blog type because someone can enter maliscous text and it would show on my website. Here is the form that I am using so far. I am using a .css also. Any help would be greatly appreciated.
<h3>Example Form</h3>
<form action="MAILTO:my_pastors_email@sfworshipcenter.org" method="post" enctype="text/plain">
<p>
<label>Name</label>
<input name="dname" value="Your Name" type="text" size="30" />
<label>Email</label>
<input name="demail" value="Your Email" type="text" size="30" />
<label>Your Comments</label>
<textarea rows="5" cols="5"></textarea>
<br />
<input class="button" type="submit" />
</p>
</form>
<h3>Example Form</h3>
<form action="MAILTO:my_pastors_email@sfworshipcenter.org" method="post" enctype="text/plain">
<p>
<label>Name</label>
<input name="dname" value="Your Name" type="text" size="30" />
<label>Email</label>
<input name="demail" value="Your Email" type="text" size="30" />
<label>Your Comments</label>
<textarea rows="5" cols="5"></textarea>
<br />
<input class="button" type="submit" />
</p>
</form>