Announcement

Collapse
No announcement yet.

Linking form with db table - I am missing somthing

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Linking form with db table - I am missing somthing

    Hi,

    I have successfully (i think) installed ABVFP and created a form entry indicating the data is to be stored in a db table.

    when I submit the for the info comes to my email and i get the thank you page, but it is not going into the mysql table.

    I cannot see how the two elements are connected (the form and the table that is). They are very simple test versions just one form field "name" and 3 table fields (which include the required date and ip fields) as well as the required hidden form field.

    I know I am missing something in the process. I figure there should be somewhere in the ABVFP_forms table entry where I tell it which table to use?

    Please any advice would be great.

  • #2
    Re: Linking form with db table - I am missing somthing

    No, there isn't. ABVFP creates a table called "Form:nr_XX" where xx is the formid asigned by ABVFP and used in the form.

    Please note that if you have made any editings in your ABVFP CP regarding this form, you need EACH time to check again the "Store in Database" radio button, because it is bt default set to NOT store.
    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!

    Comment


    • #3
      Re: Linking form with db table - I am missing somthing

      Where should this table be located?

      The only tables I see in the database are ABVFP_Form and test_table (which I created). There is a reference to the form id for my form in the ABVFP_Form table. Any other suggestions?

      I am using the manual table creation approach.

      Comment


      • #4
        Re: Linking form with db table - I am missing somthing

        If, in example, the form id is 3, you should have created a table called "Form_nr_3" and you should have MANUALLY added the correct fields (defining not only field names, but also type of fields and lenghts)

        If you didn't, or if the fields are not correctly setup, ABVFP will NOT store the data in it. So i suggest that you completely cancel the table, then go in ABVFP's control panel and make sure to set it to automatically create the table. Check again also the "Store in database" radio button.
        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!

        Comment


        • #5
          Re: Linking form with db table - I am missing somthing

          Thanks,

          That is what I was missing. I will give it a try later today.

          Comment

          Working...
          X