Question
Tools for sophisticated and large form
I am currently using UserFrosting as my framework and created a large form (about 2000 html code lines) with it. It works OK for now. But it is hard to add in sophisticated feature without other tools (features like form widgets for user to dynamically changing forms). I am searching for some framework to add on to UF for the next phase of the form. I was recommended Angular/Ember as front end framework by UF community, which sounds a cool tool to use down the road. But i still like to hear from DO community if there is any other tool/framework out there that can meet my needs?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
Can you clarify what you mean when you refer to “form widgets”? I think the selection of a framework or tool for this would depend on what you’re trying to accomplish. In general, the main thing that front-end frameworks will do for you here is to save you work but as you have a form already built, what additions to it are blocking you?
widgets meaning like hide table rows upon checkbox being checked/dropdown box selection, user can add/delete rows. Some of these functions I originally used jquery/localstorage code, which works fine on JSfiddle, but not working 100% in UserFrosting (sometimes works, sometimes not, or works in a different way). I spent a lot time figuring it out, no success. I might be the conflict with UF existing jquery code, but i don’t know what went wrong. So i gave up, now i just have the form up without those dynamics. But i do want to get it up some time in the future, so thinking if adding in another front end framework will help or not.