What is a good frame work for forms?

I have looked at using Swiftforms and like it’s easy implementation to create the forms. But not sure hoe to capture the form data into core data model.

Anyone have success with the framework or suggest another one? I’ll have about 50 fields that will need to be populated.

I made an App year and half ago, for creating dynamic forms based on web service result. Maybe will be useful for you as a design hint what to expect when create forms. Different layout for iPhone and iPad etc. You can try it for free at:

https://itunes.apple.com/si/app/12framework/id783188083?mt=8

Forms can be one of the most complex aspects of your front-end development work. They’re far more complicated than most of the items that you’ll work with from both an HTML and CSS perspective.