+ Reply to Thread
Results 1 to 7 of 7

Thread: yet another no valid receipient

  1. #1
    Join Date
    Feb 2004
    Posts
    16

    Default

    Hey

    I'm getting the same error as*a lot of people.*

    From what I can see I've done everything right. I'm emailling you my formmail.php file to the address I've seen in all the other posts.* It was edited in dreamweaver mx 2004 - would that make a difference?* The form I'm try to submit from is in the email too.

    *

    Thanks

  2. #2
    Join Date
    Feb 2004
    Posts
    16

    Default

    Also, what do I need in my bad_url page to show which required fields weren't there?

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

    Default

    Hi,

    You've got the following:

    Code:
    $TARGET_EMAIL = array(EMAIL_NAME.^tim@giveitrizz.com$);
    what you want is:

    Code:
    $TARGET_EMAIL = array(EMAIL_NAME."@giveitrizz.com$");

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

    Default

    Hi,

    To process the missing fields for a failure URL:
    1. add the bad_url field to your form specifying a PHP script, for example: http://your.site.com/bad_url.php[/*]
    2. write some PHP in bad_url.php that displays the error:
    [/*]
    Here's an example:

    Code:
    <?php
    echo "The error is: ".$_GET["error"];
    ?>

  5. #5
    Join Date
    Feb 2004
    Posts
    16

    Default

    thanks, that's fab. All working now.

    I was wondering if you knew how to make it so that both password fields in my form must be the same, otherwise it'll chuck up an error?

    Thanks

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

    Default

    Hi,

    This can be done in JavaScript.

    Here's a good web page to get you started: http://www.thesitewizard.com/archive/validation.shtml

    *

  7. #7
    Join Date
    Feb 2004
    Posts
    16

    Default

    Hi

    Got it going now, thanks.

+ 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. Conditions for a valid email address
    By bwv in forum FormMail Subscription Support
    Replies: 5
    Last Post: 04-Jul-2005, 09:24 PM
  2. NO Valid Recipients Error
    By KroniQ in forum FormMail Subscription Support
    Replies: 1
    Last Post: 02-Sep-2004, 08:08 PM
  3. no valid recipients were specified.
    By SonSon in forum FormMail Subscription Support
    Replies: 3
    Last Post: 08-Apr-2004, 08:27 AM
  4. No valid recipients
    By Oktopuz in forum FormMail Subscription Support
    Replies: 2
    Last Post: 06-Feb-2004, 06:48 AM
  5. detect valid email sender
    By richardsb24 in forum FormMail Subscription Support
    Replies: 1
    Last Post: 01-Feb-2004, 05:16 AM

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