Results 1 to 7 of 7

Thread: all form fields to email
      
   

  1. #1
    blair is offline Sergeant
    Join Date
    Jul 2008
    Posts
    23

    Question all form fields to email

    hi
    can anyone tell me how i can get my my form to send me all its fields in the email even if the field hasnt been filled in.
    i need this as i want to copy and paste the info to a spreadsheet so i can prepare some other info. but the emailed form fields are in different place depending on the customers selections ( my form is http://www.the-sweetie-cart.co.uk/eventbookingform.php ) therefore upsetting my spreadsheet links.?

    i tried setting up a csv file but i am not sure if i am accessing it properly as i have tested it a few times and the info is written on it from my first test but further tests arnt on it. the way i accesed it was i changed the php to csv in my browser address bar and the spreadsheet appeared but that means other people could access the info? but as i say only my first test is on it

    is there any other way i can go about getting all the info from a submitted form ?

  2. #2
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,610

    Question Re: all form fields to email

    You might try simply "pre-entering" a value in each field (creating a "Label"), such as "Your Entry Here" (which respondants overwrite) .... which would then all come through to you showing the fields with "Your Entry Here" to indicate a default or 'nil' entry.

    Maybe better to use a "non-actionable" or "non-computative" character instead, actually, such as a simple question mark (?) if you object to the clutter of text.
    . VodaWebs....Luxury Group
    * Success Is Potential Realized *

  3. #3
    blair is offline Sergeant
    Join Date
    Jul 2008
    Posts
    23

    Default Re: all form fields to email

    thanks for the reply
    i did at one point try putting a space in that box but that didnt work would text be any different ?

  4. #4
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,610

    Arrow Re: all form fields to email

    Yes ... a space is not recognized as data, whereas a simple question mark or other 'non-computative' symbol or text (since you are importing into Excel which uses symbols in formula to compute, so avoid asterik, forward slash, etc.) will successfully be submitted as it is a real "character."
    . VodaWebs....Luxury Group
    * Success Is Potential Realized *

  5. #5
    blair is offline Sergeant
    Join Date
    Jul 2008
    Posts
    23

    Default Re: all form fields to email

    thanks again for the quick response
    i am working on it just now (as i have been for days lol

    1 slight problem the fields that are giving me the problem are the check boxes my clients will have about 40 of these and and they have to pick 15 you see ,

    oh and another thing when i try to insert a radio button blue voda stops responding then closes ? changing the subject sry but i noticed this a few days ago and happens every time i try to insert one strange !

  6. #6
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,610

    Default Re: all form fields to email

    Your computer apparently does not have sufficient RAM to perform the tasks of updating a large BV page file.

    Close other programs in the background (including browsers), limit pages open in BV, and think about cleaning your Temp folder in your browser as well (using PREVIEW a lot as well as visiting a lot of sites on the Net will slow down overall peformance unless the Temp folder is kept lean).
    . VodaWebs....Luxury Group
    * Success Is Potential Realized *

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

    Default Re: all form fields to email

    There is no way to have the radio buttons and checkboxes in the mail (and file) because if not checked, they simply are NOT submitted.

    Only solution:

    Use ABVFP and set it to store the data in a database. At that point you can export (through CPanel, phpMyAdmin) a CSV file that will contain all columns (fields)

    It is important, for your scopes, that in the VERY FIRST SUBMISSION you check ALL fields checkboxes and radio buttons so ABVFP will correctly create the database table.
    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!


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