Recently we started using AEM forms for our web application development. For our requirements mostly out of the box form components itself are good enough. We started using components like textbox, submit button, panel and many more. Is it fine to continue our development using these components itself or do we need to overlay(copy) these components and create our own set of components under apps folder ?
The main concern which I have with using OOTB components is whenever we upgrade to a new AEM instance or install any service packs will these OOTB components which are present under libs folder be updated or removed ? Since I am not customizing any of these components I just don't want to create a copy of those into the apps folder.