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
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
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
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
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
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?
This topic is locked and no more replies can be posted.