Forums

where is my form data saved

atanabe 10 Dec, 2008
hi all,
i managed to make the form, though dont understand where is my data saved, i created a simple user information form,
otherwise do i need to create a hand code to do this?
in with table do i need to check up my data?unless i need to create one.
thx
GreyHead 10 Dec, 2008
Hi atanabe,

Please use the 'Create Table' icon in the Forms Mananger to create a table to save your data.

Bob
atanabe 10 Dec, 2008
thanks for your reply
do i need to write a hand code to connect to the db and the table?
how to change the column name text_1, text_2,....in name, adress,...
thx
GreyHead 10 Dec, 2008
Hi atanabe,

ChronoForms will create the table connection for you - you do not need to hand-code the connection.

To change the column names change the name="text_1" attributes in your form html to name="address" etc. *before* creating the table. ChronoForms will then automatically use those names.

Bob
atanabe 11 Dec, 2008
thank you very very much grey head
you saved me a lot of frustration & time as well
brettman 12 Dec, 2008
Along these lines, how do i access this information once i have created a table? Can others access this content as well?
GreyHead 12 Dec, 2008
Hi brettman,

You can access the data through the ChronoForms Admin. Other people can't see it. You can use ChronoConnectivity if you want to display data in the front-end.

Bob
This topic is locked and no more replies can be posted.