Umbraco Forms when installed with MS SQL Server settings
Hi,
I am new to Umbraco. Just installed Umbraco 7.4 beta with SQL Server connected as database. I have created a form and now I want to see the data submitted through these forms.
Please guide me in which table I will find this data as I have to fetch that data for other purpose as well.
Thanks Ismail, I can see my form data at Entries node under form section. However, I wonder where this data is saved in my sql server table. I need to get this data in database for some reason, just need to identify if this is possible currently or not.
Umbraco Forms when installed with MS SQL Server settings
Hi,
I am new to Umbraco. Just installed Umbraco 7.4 beta with SQL Server connected as database. I have created a form and now I want to see the data submitted through these forms.
Please guide me in which table I will find this data as I have to fetch that data for other purpose as well.
Thanks in advance!
Asjad,
You can use the api to get the records for you also in the backend under umbraco forms section you can view all the entries as well.
Regards
Ismail
Thanks Ismail, I can see my form data at Entries node under form section. However, I wonder where this data is saved in my sql server table. I need to get this data in database for some reason, just need to identify if this is possible currently or not.
Thanks again
Asjad,
You can use the umbraco forms api to get the data out of the database if you look in the docs there are examples see https://our.umbraco.org/Documentation/Add-ons/UmbracoForms/Developer/Working-With-Data/
is working on a reply...