need help getting the contact_form working
Posted: Tue Nov 30, 2004 1:07 am
I've got the contact_form tag in one of my pages and it says that my message has sent successfully, but I never get the email. Here is my code:
Is there something I need to know about my server to get it working? Here is the source from that page:
TIA
Code: Select all
{contact_form email="lopazopy@gmail.com"}
Is there something I need to know about my server to get it working? Here is the source from that page:
Code: Select all
<form action="" method="post" name="contactForm" style="font-weight: bold;">
Your Name:<input type="text" name="name" value="" size="50" style="width: 350px; border: solid 1px black; display: block; margin-bottom: 7px;">
Your Email Address:<input type="text" name="email" value="" size="50" style="width: 350px; border: solid 1px black; display: block; margin-bottom: 7px;">
Subject:<input type="text" name="subject" value="" size="50" style="width: 350px; border: solid 1px black; display: block; margin-bottom: 7px;">
Message:<TEXTAREA NAME="message" COLS="40" ROWS="10" style="width: 350px; border: solid 1px black; display: block; margin-bottom: 7px;"></textarea>
<input type="submit" value="Submit"><input type="reset" value="Clear">
</form>