+ Reply to Thread
Results 1 to 10 of 10

Thread: Form
      
   

  1. #1
    piera is offline Sergeant
    Join Date
    Nov 2006
    Posts
    20

    Red face Form

    Hello,
    I'm able to send my order form to my e-mail address, with display of the "thankpage", but after opening my e-mail, there is no form & any information on the form i receive. Could you tell me the reason why this occurs.
    Thank you
    Piera

  2. #2
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default Re: Form

    It sounds as if you have not named your fields in the form? So to better help us to assist you- please give us the URL of the page/form that you are having diffuculties with and if possible- paste the actual php code you used to process the form.

    Andy
    PHP- is a blast!

  3. #3
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: Form

    Please also check the "Encoding Type" (must be "Multipart / Form Data"

    You do not get a form in the email, just the info. To get a real form, you need to use another script, capable of sending html emails. Then, a table could be created to contain the field names and the field values, and this table (which is html code) sent with the email.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  4. #4
    piera is offline Sergeant
    Join Date
    Nov 2006
    Posts
    20

    Default Re: Form

    What I have to do to reicive the info into my mail because I just have this
    Values submitted from web site form : but not script
    Thank you for your help

  5. #5
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: Form

    Please post here the URL of your form page.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  6. #6
    piera is offline Sergeant
    Join Date
    Nov 2006
    Posts
    20

  7. #7
    Robert's Avatar
    Robert is offline First Lieutenant
    Join Date
    May 2005
    Location
    Dallas, TX USA
    Posts
    296

    Default Re: Form

    Quote Originally Posted by piera
    What I have to do to reicive the info into my mail because I just have this
    Values submitted from web site form : but not script
    Thank you for your help

    script?

    When you mention you recieve "Values submitted from website form"...does it list each field on your form followed by a ":" and some text(in your email)

    if it does then it worked, unless there is something else that is supposed to occur.

    can you elaborate on the "script" you are mentioning, I am confused.
    Robert
    www.GraphXntrix.com
    Your Visual Revolution Solution

  8. #8
    piera is offline Sergeant
    Join Date
    Nov 2006
    Posts
    20

    Default Re: Form

    i writted script = the text I writed in my form did'nt appear in my mail when a received it

  9. #9
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: Form

    Ok, you have some mistakes in your form: the fields " Nom du bijou et description " are named T1. You need to name them.

    Then, i don't understand the amount fields and the total field. Unless you have (which i can't see) a script in the page for refreshing the page and calculating the total amount, i don't beleive you expect your customer to make additions, do you ?

    As for the actual problem: i can't see what the problem might be with the script, unless you publish here the php script that you have used.

    Please note that you CAN use a script that will send you the entire order form, visually formatted as a printed form (looking like printed invoices or order forms) but this requires a custom made script. You can also have such a visuall effect in a confirmation page, before final submission of the order, with all the calculations made, so the customer sees what he is ordering and what it is going to cost. This is something i do as a freelance. If you are interested, contact me.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  10. #10
    Robert's Avatar
    Robert is offline First Lieutenant
    Join Date
    May 2005
    Location
    Dallas, TX USA
    Posts
    296

    Default Re: Form

    did you create the form using BlueVoda? or something else?

    either the "Name" of your fields in your form do not exactly match what is shown in your "action.php" file or there is some other error.

    As a matter of speaking, I just remembered that someone used a form of mine and it did the same thing...everything was blank....

    This was because the max number of allowed characters for one of the fields was exceeded. It went through the process, showing no error of this, but everything in my email was blank.

    either one of these could be a possiblility.
    Robert
    www.GraphXntrix.com
    Your Visual Revolution Solution

Thread Information

Users Browsing this Thread

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

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49