I'm trying to implement a simple razor ajax form that submits a form text box and then sends this information to a specified email address. I've looked at quite a few ajax/umbraco/razor examples on the web but I don't think I fully understand it, and there seems to be a few techniques for doing this. Does anybody have a basic example of a razor ajax form that posts a text input, does a bit of processing with the data, and then displays a confirmation message?
Basic ajax form example
I'm trying to implement a simple razor ajax form that submits a form text box and then sends this information to a specified email address. I've looked at quite a few ajax/umbraco/razor examples on the web but I don't think I fully understand it, and there seems to be a few techniques for doing this. Does anybody have a basic example of a razor ajax form that posts a text input, does a bit of processing with the data, and then displays a confirmation message?
Jonok
Take a look at http://our.umbraco.org/projects/website-utilities/pliable-ajax-contact-form
is working on a reply...