Page 1 of 1

What database table does FormBrowser save data in phpMyAdmin

Posted: Thu Mar 03, 2011 6:33 pm
by rupa
Hi,

I have a few forms created in FormBuilder. For example, form A, form B, form C, etc. I have also created a FormBrowser where the data of these forms will be saved. I did that using the field in FormBuilder called 'store results in database'. I can see the results in FormBrowser in the Excel file.

But, where on the database back-end, i.e. in phpMyAdmin are the tables that store this data for each form? Or do they at all save it there? I see database in phpMyAdmin called cms_module_fbr_browser, etc. but are there any tables themselves for each of these individual forms? Forms such as the above form A, etc.? I'm looking to retrieve some information from tables themselves and verify it.

In particular, the formbuilder field 'email address and send copy' is only capturing the first letter of the email address and I want to see if I can get the full email address from the database.

Thanks, any help is appreciated!

Re: What database table does FormBrowser save data in phpMyA

Posted: Thu Mar 03, 2011 6:35 pm
by RonnyK
I thought that FormBuilder does the storing. FormBrowser is only for the viewing of the stored data.

Ronny

Re: What database table does FormBrowser save data in phpMyA

Posted: Thu Mar 03, 2011 8:23 pm
by rupa
@Ronny-thanks. I didn't realize that and I do set up FormBrowser to do the viewing of the form data. But I also want to know where it is stored in tables themselves in phpMyAdmin area. i.e.what table name, etc. What method should I use to go into phpMyAdmin to do the searching?

Re: What database table does FormBrowser save data in phpMyA

Posted: Thu Mar 03, 2011 9:07 pm
by Jos
The data is stored in the database table module_fb_formbrowser in an xml format