Can I add more than one form in a single view , how to work with it. Can this be done using only one model or do I need to use different models for different forms. Can any
You should probably use two models and use partial view for each. Otherwise when you post the form you will need to take into consideration that one form may not have been filled out and model may be missing data.