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
Hi atanabe,
Please use the 'Create Table' icon in the Forms Mananger to create a table to save your data.
Bob
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
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
thank you very very much grey head
you saved me a lot of frustration & time as well
Along these lines, how do i access this information once i have created a table? Can others access this content as well?
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