I would like to get value from Form without submitting it, because the client have to choose the right type of house model to get the right form that fits the selected house
You have to use ajax for achiving this.For example
------ Model 1 Model 2 Model 3 $("#house_model").live("change", function () { //Write the ajax and post the value to server side });