lettucebo / MvcDynamicForms

Create dynamic forms in ASP.NET MVC.
52 stars 28 forks source link

Show response in Edit mode with the form created #5

Closed ghost closed 7 years ago

ghost commented 8 years ago

Hi,

i hope you guys are going very fine. Please, i am using this dll in my project to create a dynamic metadata web application to manage verbal autopsy data. But after the creation of the form and the data entry. i am struggling to display responses in the from created for edit mode. Then if the user made mistakes, they can go in the edit mode to do some corrections. If someone knows how to do that with this dll, i will be very grateful!!

Regards,

lettucebo commented 7 years ago

Hi

Recently I encounter job relate problem, I can not deal this issue faster, Sorry about this

Want to use this library with edit mode is simple

In the Each Abstract Field based class have different name property but does same purpose: Get or Set the value

For example image image

Can get the result: image