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>