We created a form that is linked to a datasource (SQL Server table) using the latest version of Contour on v6.1.3.
When we submit the form, all of the workflow works correctly (we've added save to xml, send email, and save as umb node), except the form is not saved to the data source table.
No errors are thrown and no errors are logged in the umbracoLog table. Is there a custom contour log table or file? Are there known issues that prevent a record from saving in the database?
Datasource form not saving data to table
Hi,
We created a form that is linked to a datasource (SQL Server table) using the latest version of Contour on v6.1.3.
When we submit the form, all of the workflow works correctly (we've added save to xml, send email, and save as umb node), except the form is not saved to the data source table.
No errors are thrown and no errors are logged in the umbracoLog table. Is there a custom contour log table or file? Are there known issues that prevent a record from saving in the database?
Comment author was deleted
Hey,
Errors aren't logged in the umbracoLog table anymore in v6, please check the \App_Data\Logs dir
Maybe you can find something in those...
how did you link the contour filled form it to a data table? Can you send me step by step please
how did you link the contour filled form it to a data table? Can you send me step by step please..
So when the user fill the form it automatically goes into the specified cells of a table on a page
Comment author was deleted
@vishal check out the datasource feature of Contour
Tim thanks for your quick reply.. is there any step by step for a beginner to do so ...
The result should be when a user click submit form automatically the data goes in specific fields and and be sorted in a table
thnx
Comment author was deleted
Sure check out http://www.nibble.be/?p=84
Tim
Here is ...
when they fill the form it has
Country, Name, Date, Time, address etc ... submit form
then automatically it goes to that table....
The result should be e.g.
Country Name Date TIme Address etc...
in a table like and should be sorted . ..
It should be viewed on any text page in umbraco ..
thnx
Comment author was deleted
Well if you use COntour you can use the api to fetch records and output it on your page, some details here http://our.umbraco.org/projects/umbraco-pro/contour/documentation/Developer/Working-with-Contour-data-in-Razor/
So I would suggest that you install Contour and give it a go (you can test it fully when running locally)
hi
can you send me a step by step sample actually doing it step by step please.
I created a form in contour then? hw i should go ...
thanks in advance
is working on a reply...