Results 1 to 10 of 10

Thread: Form that sends information to my computer...
      
   

  1. #1
    Mike Lind is offline Staff Sergeant
    Join Date
    Nov 2006
    Location
    Southwest Wisconsin
    Posts
    45

    Default Form that sends information to my computer...

    I want to create a form that, once filled out, will automatically send the filled-out information to my computer so that I can work with it in Excel or Access. The form in question can be viewed at: http://www.driftlessorganics.com/csasignup2.html

    So, can I do this w/o paying any extra money?

    THANKS!!

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

    Default Re: Form that sends information to my computer...

    You can, using the built in form processor, store the data in a CSV file on the server, which you can download whenever you want.

    Or, Use ABVFP and set it to store the data in the DB, then export it from the DB in CSV format to use in Excel.
    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!


  3. #3
    Mike Lind is offline Staff Sergeant
    Join Date
    Nov 2006
    Location
    Southwest Wisconsin
    Posts
    45

    Default Re: Form that sends information to my computer...

    Thanks for the reply - now could you direct me to where I can learn how to store data in a CSV file on the server?

    Thanks!

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

    Default Re: Form that sends information to my computer...

    There is a "Write data in csv file" checkbox in the form properties dialog box of the built in form processor (BV11.4).
    Check it and type the file name.
    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!


  5. #5
    Mike Lind is offline Staff Sergeant
    Join Date
    Nov 2006
    Location
    Southwest Wisconsin
    Posts
    45

    Default Re: Form that sends information to my computer...

    I appreciate the reply and I am sorry to be such a dolt with all of this but:

    I need to learn the entire process from getting submitted information from my form (www.driftlessorganics.com/csasignup2.html) to a database on my control panel. Is there a specific tutorial that teaches this?

    Thanks again.

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

    Default Re: Form that sends information to my computer...

    Do you want a CSV or a Database storage ??

    If DB your ONLY alternative currently is to process your form with ABVFP which can store the data automatically once you have installed it. Or, write your own custom code to acheive this.
    Related thread: Advanced BlueVoda Form Processor 2
    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!


  7. #7
    Mike Lind is offline Staff Sergeant
    Join Date
    Nov 2006
    Location
    Southwest Wisconsin
    Posts
    45

    Default Re: Form that sends information to my computer...

    I'm not sure what I want (database vs csv) - I just would like to access the submitted information, export it into excel and work with it. We have about 600 submissions a year and are currently hand entering the information we've been mailed. I would love to bypass this step.

    Thanks again - your help is greatly appreciated.

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

    Default Re: Form that sends information to my computer...

    A CSV file can be directly accessed and downloaded (opened) in Excel. Of course, it will contain ALL the submissions.

    A DB storage allows you in a somewhat more complicated way to export the data from the DB in a CSV file, through phpMyAdmin (in your cpanel). If, however, in the future you need to work with this data directly on the server (through a DB interface) it will be very easy.

    Your choice, as you understand.
    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!


  9. #9
    Mike Lind is offline Staff Sergeant
    Join Date
    Nov 2006
    Location
    Southwest Wisconsin
    Posts
    45

    Default Re: Form that sends information to my computer...

    Great! Understood. Now, to learn HOW to create a form that puts information from a submitted form into a database.... Is there a tutorial for this?

    Thanks!

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

    Default Re: Form that sends information to my computer...

    Please read the ABVFP thread, download it and read the manual.

    PHP / MySQL tutorials are out of the scope of this forum, but the ABVFP manual contains all the necessary info.
    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