Page 4 of 4 FirstFirst ... 234
Results 31 to 35 of 35

Thread: mailform without confirmation

  1. #31
    Join Date
    Jul 2006
    Location
    Antwerp, Belgium (Europe)
    Posts
    927
    Thanks
    121
    Thanked 2 Times in 2 Posts

    Default

    Sorry, but I had to go yesterday. I didn't receive test1 (good), received test2 and test3, but test4 is missing. I hope you still remember what you tested last night !

    The issue is that, when you fill in name, email and message, but do not select an option
    1/ the mail does not get sent (good !)
    2/ the message on the site says the mail has been sent (no good !)

    How come ?
    Last edited by chechu; 10-26-2009 at 08:07 AM.

  2. #32
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    You never changed the value in your html

    <option selected value="what is your message about">what is your message about</option>

    You should get an email because of that too though...

  3. #33
    Join Date
    Jul 2006
    Location
    Antwerp, Belgium (Europe)
    Posts
    927
    Thanks
    121
    Thanked 2 Times in 2 Posts

    Default

    But you asked me to place it like this:

    Code:
    <option selected value="0">what is your message about</option>
    When I change it back into the following, it still doesn't work:

    Code:
    <option selected value="what is your message about">what is your message about</option>

  4. #34
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Why would you have a nonfunctioning option in the select menu? Just have the three VALID options (so the form will never be sent without a valid recipient) and format it like this:
    Send to: [select], with options 1-3 in the list.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  5. #35
    Join Date
    Jul 2006
    Location
    Antwerp, Belgium (Europe)
    Posts
    927
    Thanks
    121
    Thanked 2 Times in 2 Posts

    Default

    Don't really understand your remark, Daniel.
    I need to have aan option selected value to point out what the dropmenu is about, no ?
    What does your new format mean ? Something to be implemented in the php ?

    I would like the option to be obligated, so an option must be chosen in order to send the email.
    Also if possible, can the option be placed in the confirmation mail and the mail sent to the opted choice ?
    Something like
    "Thanks for your message to [option]. He will get in touch ..."
    Last edited by chechu; 10-28-2009 at 02:53 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
  •