Computer Magic Logo
Introduction

Sunday, November 22, 2015

Published by Aristotelis Pitaridis

The forms are very important for a web site because this is the only way for a user to send information to the server. There is a list of different controls which allow the user to type text, define boolean values, select from a list or select a file to upload to the server.

With Umbraco there are different ways for creating forms, some of them are easier than others to implement and some do not use the ASP.NET MVC way of implementing the forms.

We will see the most common ways of implementing a form and we will try to cover as many form features as possible.