Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: php file will not send form

  1. #11
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    Hi,
    php file line 65 is
    Code:
    $email_from = $_POST['email_address']; // required
    html file line 185 is
    Code:
    <label for="email_address">Email Address *</label>
    Stilll no joy.

  2. #12
    Join Date
    Nov 2014
    Location
    On A Scottish Island
    Posts
    488
    Thanks
    0
    Thanked 62 Times in 58 Posts

    Default

    Upload this php file to your server and you should receive an email.

    send_form_email.zip

    You do not need to make any changes to the existing HTML file as I have edited the PHP file to match your form definitions.

    Please note that, on many servers, PHP mailer may not work if the destination and source email addresses are the same. This is a spam prevention measure.

  3. #13
    Join Date
    Nov 2011
    Location
    Cider Region
    Posts
    1,132
    Thanks
    158
    Thanked 3 Times in 3 Posts

    Default

    Thanks for your input.
    I have now concentrated on a form which is nearly working.

Similar Threads

  1. Resolved IE does not send form ??
    By Losj in forum PHP
    Replies: 2
    Last Post: 11-03-2012, 10:06 PM
  2. mootools form.send
    By nikomou in forum JavaScript
    Replies: 2
    Last Post: 03-24-2009, 11:04 AM
  3. Replies: 6
    Last Post: 03-05-2009, 07:18 AM
  4. Help:(Send form values to a file text whitout refresh the page.
    By pierre jaquet in forum Looking for such a script or service
    Replies: 2
    Last Post: 12-01-2008, 07:40 PM
  5. Replies: 2
    Last Post: 05-28-2008, 04: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
  •