I'm a newbie in Umbraco , and cant understand some logics behind that.
I use Umbraco 7.5 and installed Umbraco Forms. Just want to know how can I write .Net code for postback of the code? If I can use the controlers(RenderMVCControllers and SurfaceControllers) , how can I use them? Or if I want to have post request to an API ?
I couldnt find a complete sample to have all these items. most of the samples doesnt use "Umbraco Form" . they create a view for the form, and uses surface controller to handle it.
Thanks for any help or hint.