Gather form data, write to database, but don't create Content
I'd like to gather data from a user (first name, last name, etc) via a form. When the user submits I'd like to write that data to a SqlServer database and then redirect the user to a pre-existing page. Is that possible in Umbraco?
As a newbie, I've been able to capture the data in a usercontrol and read/write to/from a database but my current solution is part of the Content creation process. I don't want to create a new document, just store the data for later retrieval.
Check out doc2Form... it is like AutoForm on steriods. It can create content nodes (like AutoForm) as well as send emails, write to databases, and tons of advanced options. http://umbracoext.codeplex.com/releases/view/5251
Gather form data, write to database, but don't create Content
I'd like to gather data from a user (first name, last name, etc) via a form. When the user submits I'd like to write that data to a SqlServer database and then redirect the user to a pre-existing page. Is that possible in Umbraco?
As a newbie, I've been able to capture the data in a usercontrol and read/write to/from a database but my current solution is part of the Content creation process. I don't want to create a new document, just store the data for later retrieval.
Thank you in advance,
Mark
Check out doc2Form... it is like AutoForm on steriods. It can create content nodes (like AutoForm) as well as send emails, write to databases, and tons of advanced options. http://umbracoext.codeplex.com/releases/view/5251
cheers,
doug.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.