I am using Umbraco Forms to capture data on our intranet. I want to capture this data from the database, SQL Server Express, we've migrated from CE! The form is for a helpdesk, so we will have SQL Server dump the data into another table for use, so then we can tick off the completed tasks. That's the theory! When I looked in the dbo.UFRecordFields and dbo.UFRecords the data there seemed to be encrytped, so I 'm not 100% sure I'm even looking in the right tables. Maybe there might be a way to unencrypt this data so at least it would be in clear text. I had a look at the web.config but couldn't find a way there. I was thinking along the lines of like setting the password to clear instead of hashed when somebody loses their password....
Getting form data from database
Hi All
I am using Umbraco Forms to capture data on our intranet. I want to capture this data from the database, SQL Server Express, we've migrated from CE! The form is for a helpdesk, so we will have SQL Server dump the data into another table for use, so then we can tick off the completed tasks. That's the theory! When I looked in the dbo.UFRecordFields and dbo.UFRecords the data there seemed to be encrytped, so I 'm not 100% sure I'm even looking in the right tables. Maybe there might be a way to unencrypt this data so at least it would be in clear text. I had a look at the web.config but couldn't find a way there. I was thinking along the lines of like setting the password to clear instead of hashed when somebody loses their password....
Any ideas? Thanks. Tony
Widen the URRecords column - it's all there!
How to read RecordData column from UFRecords table? in Umbraco 8
is working on a reply...