I want implement user profile update same as implemented in Facebook setting. the same show/hide forms.
I have a section of profile image upload also so i do't want to apply ajax forms. I tried it in three different ways.
One single action and multiple form submit to that.
Problem:- Model validation -> have to set blank model variable to all other model except the submitted one
and how to show/hide formsMultiple form and submit each one by ajax.
Problem:- Image uploadTabs
Problem :- don't know how validation will work.
Can anyone have a better solution?