email form problem

liunx

Guest
I have a simple contact form that I am trying to use on my website. However no matter what I try it keeps saying that the form was not filled in even though it was filled in. <br />
<br />
I am using TFMail to process the form. Below is the itemes required to make the form work. <br />
  1. <br />
    form from webpage<br />
    Configuration file for TFMail.<br />
    [/list=1] <br />
    <br />
    <form action="/cgi-bin/sand.pl" method="post"><br />
    <!-- <input type="hidden" name="_config" value="indexpage" /> orginal position--><br />
    <table border="0" cellpadding="2" cellspacing="2" summary="feedback form"><br />
    <tr><td>Name:</td><td><input type="text" name="Real_Name" size="25" /></td></tr><br />
    <tr><td>Email address:</td><td><input type="text" name="Email" size="25" /></td></tr><br />
    <tr><br />
    <td colspan="2"><br />
    Comments<br /><br />
    <textarea rows="3" cols="45" name="Comments"><br />
    </textarea><br />
    </td><br />
    </tr><br />
    <tr><br />
    <td align="center" colspan="2"><br />
    <input type="submit" value="Send Feedback" /><br /><br />
    </td><br />
    <br />
    </tr><br />
    </table><br />
    <input type="hidden" name="_config" value="indexpage" /><!-- new position --><br />
    </form><br />
    <br />
    <br />
    TFMail config file user area.<br />
    %% NMS configuration file %%<br />
    #<br />
    # TFmail configuration.<br />
    #<br />
    <br />
    #<br />
    # recipient: the email address(s) to which TFmail should<br />
    # send the results of the form submission.<br />
    #<br />
    recipient: <!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e --><br />
    #<br />
    # The names of the CGI inputs that TFmail should use to<br />
    # build the From: header of the email.<br />
    #<br />
    email_input: Email<br />
    realname_input: Real_Name<br />
    <br />
    # What the "Subject" field will contain<br />
    subject: Index Page Contact <br />
    <br />
    # Which fields are required:<br />
    required: Real_Name, Email<br />
    <br />
    # What the "Subject" field will contain in the confirmation e-mail:<br />
    confirmation_subject: Confirmation Index Page Contact<br />
    <br />
    # What external page to show as the success page,<br />
    # if you don't use the success_page template<br />
    #redirect: <!-- m --><a class="postlink" href="http://www.domain.org/tfmail_success.htm">http://www.domain.org/tfmail_success.htm</a><!-- m --><br />
    <br />
    # Name of the logfile:<br />
    logfile: sandlog <br />
    <br />
    email_input: Email<br />
    realname_input: Real_Name<br />
    <br />
    required: Real_Name, Email<br />
    <br />
    log_template:%{= date =} | {= env.REMOTE_ADDR =} | {= param.Real_Name =} | {= param.Email =} | {= param.Comments =}<br />
    <br />
    <br />
    What is wrong I just can not see what is the problem.<br />
    This is where the site is located if you want to check out the actual form.<br />
    Ti Yogi Bowmen of Hyde Park, NY (<!-- m --><a class="postlink" href="http://tiyogi.com/test/t_index.htm">http://tiyogi.com/test/t_index.htm</a><!-- m -->)<!--content-->
 
Back
Top