Is it possible to customize the kickstart form with AngularJS? I have created a simple reusable component with AngularJS. How can i leverage this component in Kickstart form? Is there any documentation available for customizing the kickstart form?
It is possible (it's code after all), but you'll make it yourself very hard when it comes to upgrades. More interesting would be to learn about your use case and see if we can add an extension/hook point mechanism for it.
@ChandranMuthu:I read your question again, now in the context of the right forum (enterprise vs community) Adding new form widgets is supported, through form stencils. In your installation there should be a docs folder or docs.zip. In there, look for the section on 'Custom form fields'. it shows with examples how you can do what you need.