Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2004
    Location
    Australia
    Posts
    347
    Plugin Contributions
    0

    Default Not receiving form data

    I have been on this issue for a few days now with no result so this is my last resort.

    I have created form in ez pages on my site. The direct link to the form is here http://www.sellhandmade.com.au/listing_request.txt Not sure if it'll work as my site is down for maintenance while I work on this.

    I created a sendmail.php file as well and when I submit the form, it takes me to the thank you page (http://www.sellhandmade.com.au/listing_confirmation.htm) and I am able to receive the email but it is blank. The code for my sendmail.php for is as follows:

    <?php
    $sellernamec = $_REQUEST['sellername'] ;
    $selleremail = $_REQUEST['selleremail'] ;
    $sellerurl = $_REQUEST['sellerurl'];
    $sellerlogo = $_REQUEST['sellerlogo'];
    $itemtitle = $_REQUEST['itemtitle'];
    $suggestedcategory = $_REQUEST['suggestedcategory'];
    $itemprice = $_REQUEST['itemprice'];
    $itemqty = $_REQUEST['itemqty'];
    $itemdescription = $_REQUEST['itemdescription'];
    $thumbnailimage = $_REQUEST['thumbnailimage'];
    $mediumimage = $_REQUEST['mediumimage'];
    $largeimage = $_REQUEST['largeimage'];
    $feeoption = $_REQUEST['feeoption'];
    $comment = $_REQUEST['comment'];

    mail( "[email protected]", "Feedback Form Results",
    $message, "From: $seller_email" );
    header( "Location: http://www.sellhandmade.com.au/listing_confirmation.htm" );
    ?>

    I have tried jsut about anything I found while googling this issue but nothing has done the trick. Eigther the whole thing is wrong or 1 little thing is wrong or missing.

    I would appreciate any ideas, thank you.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Not receiving form data

    EZ-Pages wasn't designed to be used as a form generator, at least not in Zen Cart v1.3.x.

    You'd be better off setting up a proper form page and having it send the email using regular Zen Cart logic. An example package of such a page is found here: http://www.zen-cart.com/forum/showth...482#post386482
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Sep 2004
    Location
    Australia
    Posts
    347
    Plugin Contributions
    0

    Default Re: Not receiving form data

    Thank you for your reply.

    I had already had a look at that contribution while looking for a way around this. However, I am not able to use it as is let alone customise it to suit my needs. I searchd the forums for a support thread on it but found none. I will hava another go later as I am brain dead after spending days on this.

    If anyone has any other ideas I'd love to hear them. Thank you again.

 

 

Similar Threads

  1. v151 Tracking Code Installed - ( not receiving data )
    By English in forum General Questions
    Replies: 10
    Last Post: 11 Oct 2013, 12:42 AM
  2. Replies: 2
    Last Post: 16 Jun 2011, 04:11 PM
  3. New Product form not saving some data / not displaying description & image in store
    By danshafer in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 22 Mar 2011, 09:11 PM
  4. Replies: 2
    Last Post: 11 Sep 2010, 12:03 PM
  5. Not receiving order but receiving payment
    By Glenn123 in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 5 Jun 2009, 03:38 AM

Posting Permissions

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