I have created a form worked out how to get it to render in a template, and I can submit the form.
However, submit the form it tries to post to a controller that does not exist - App Crashes.
When I go back in to the back end of Umbraco I can see the entry I just made.
three Questions
When I created the form I selected a thank you page, why is the user not being re-directed, how can I make it stop crashing?
How do I make the entries go in to a custom SQL table, I can put in all the connectionstring information in the umbraco back office, but how do I associate the datastore with the form and how will umbraco know what feild in the database should map to what feild in the form?
Is it possible to make very simple forms that saves in to a db with
out any real .net back end coding, can it be done through the UI?
7.2 Umbraco forms - How to..
Hey Guys,
Just trying out the new form feature in 7.2.
I have created a form worked out how to get it to render in a template, and I can submit the form.
However, submit the form it tries to post to a controller that does not exist - App Crashes.
When I go back in to the back end of Umbraco I can see the entry I just made.
three Questions
When I created the form I selected a thank you page, why is the user not being re-directed, how can I make it stop crashing?
How do I make the entries go in to a custom SQL table, I can put in all the connectionstring information in the umbraco back office, but how do I associate the datastore with the form and how will umbraco know what feild in the database should map to what feild in the form?
Is it possible to make very simple forms that saves in to a db with out any real .net back end coding, can it be done through the UI?
Thanks a
is working on a reply...