+ Reply to Thread
Results 1 to 2 of 2

Thread: Not Receiving Name or E-mail Address

  1. #1
    Join Date
    Oct 2005
    Posts
    1

    Default Not Receiving Name or E-mail Address

    I am not receiving the name or e-mail address from my contact form. I am however receving the message. Below is my html:

    -->
    <input type="hidden" name="recipients" value="webmaster@mysite.net"/>
    <!-- STEP 3: Specify required fields in the 'required' value -->
    <input type="hidden" name="required" value="email:E-mail address,realname:Name" />
    <!-- STEP 4: Put your subject line in the 'subject' value. -->
    <input type="hidden" name="subject" value="Inquiry"/>

    <p>Name:<br />
    <input type="text" name="realname"/>
    <p>E-mail address:<br />
    <input type="text" name="email"/>
    <p>Please enter your message:<br>
    <textarea name="mesg" rows="10" cols="40"></textarea>
    <p><input type="submit" value="Submit"/><br />
    <input type="hidden" name="good_url" value="http://www.mysite.net/thankyou.htm">
    <input type="hidden" name="bad_url" value="http://www.mysite.net/error.htm">
    </form>
    <!--

    Any ideas on what could be going on? Thanks in advance.

  2. #2
    Join Date
    Dec 2003
    Posts
    3,901

    Default Re: Not Receiving Name or E-mail Address

    Hi,

    The realname and email fields are generally shown in the header of the email as the "sender". They are not usually repeated in the body of the email.

    You can force a duplication with the DupHeader feature:
    Code:
    <input type="hidden" name="mail_options" value="DupHeader" />
    Russell Robinson - Author of Tectite FormMail and FormMailDecoder
    http://www.tectite.com/

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Not Receiving Email
    By ryanmontgomery in forum FormMail Subscription Support
    Replies: 1
    Last Post: 01-Sep-2004, 11:45 PM
  2. Problem with Receiving Email
    By venkatesham in forum FormMail Subscription Support
    Replies: 6
    Last Post: 31-Aug-2004, 07:00 AM
  3. Creating mail object using Mail::factory ("smtp", ....) and FormMail
    By stingray in forum FormMail Subscription Support
    Replies: 1
    Last Post: 13-Jul-2004, 10:27 PM
  4. Don't want to force entering an email address
    By Goji in forum FormMail Subscription Support
    Replies: 10
    Last Post: 22-Jun-2004, 02:54 AM
  5. not receiving emails
    By ctpiper in forum FormMail Subscription Support
    Replies: 1
    Last Post: 22-Apr-2004, 10:29 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts