hello every body,
I am new to dotnetnuke. I was reseaching on "Creating the custom form". For example in the dnn there is one contact us form when we fill it , it displays the information . Instead of i want the user to fill the form (i.e name ,emailid , comment) and that information should get email to us. So that's why i was searching for the custom form module ,so that i can implement any type of forms.
I had installed the free form module also but while installing it was giving me following error
============
StartJob Begin Sql execution
Info Executing 01.00.00.SqlDataProvider
StartJob Start Sql execution: 01.00.00.SqlDataProvider file
Failure SQL Execution resulted in following Exceptions: System.Data.SqlClient.SqlException: Column already has a DEFAULT bound to it. Could not create constraint. See previous errors. at System.Data.SqlClient.SqlCommand.ExecuteNonQuery() at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(SqlConnection connection, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText, SqlParameter[] commandParameters) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, CommandType commandType, String commandText) at DotNetNuke.Data.SqlDataProvider.ExecuteScript(String Script, Boolean UseTransactions) ALTER TABLE dbo.CodegalaxyFreeForm WITH NOCHECK ADD CONSTRAINT DF_CodegalaxyFreeForm_CreatedByDate DEFAULT (getdate()) FOR CreatedByDate, CONSTRAINT DF_CodegalaxyFreeForm_ChangedByDate DEFAULT (getdate()) FOR ChangedByDate
EndJob End Sql execution: 01.00.00.SqlDataProvider file
EndJob Finished Sql execution
=========
Please let me know how do i solve the about error. Or Is there any other way to create the custom forms.
Thanks
Ashok